Quickstart
Install the CLI
Section titled “Install the CLI”npm install -g @nimblebrain/mpakSearch for a bundle
Section titled “Search for a bundle”Find MCP servers in the registry:
mpak bundle search echo @nimblebraininc/echo (1.0.0) A simple echo MCP server for testing python | 2.1 KB | 1,250 downloadsRun it
Section titled “Run it”mpak bundle run @nimblebraininc/echoThat’s it. The CLI:
- Downloads the bundle from mpak.dev
- Extracts it to
~/.mpak/cache/ - Runs the MCP server
Use with Claude Desktop
Section titled “Use with Claude Desktop”Add the server to your Claude Desktop config:
// ~/Library/Application Support/Claude/claude_desktop_config.json{ "mcpServers": { "echo": { "command": "mpak", "args": ["bundle", "run", "@nimblebraininc/echo"] } }}{ "mcpServers": { "echo": { "command": "mpak", "args": ["bundle", "run", "@nimblebraininc/echo"] } }}Restart Claude Desktop to load the server.
Next Steps
Section titled “Next Steps” What is an MCP Bundle? Deep dive on the bundle format and why it matters
CLI Reference Full documentation for all CLI commands
Publish a Bundle Package and publish your own MCP server
Publish a Skill Distribute domain knowledge as a skill