Skip to content

Quickstart

Terminal window
npm install -g @nimblebrain/mpak

Find MCP servers in the registry:

Terminal window
mpak bundle search echo
@nimblebraininc/echo (1.0.0)
A simple echo MCP server for testing
python | 2.1 KB | 1,250 downloads
Terminal window
mpak bundle run @nimblebraininc/echo

That’s it. The CLI:

  1. Downloads the bundle from mpak.dev
  2. Extracts it to ~/.mpak/cache/
  3. Runs the MCP server

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"]
}
}
}

Restart Claude Desktop to load the server.