The missing package manager for MCP servers. Install, manage, and health-check Model Context Protocol servers with one command.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpm": {
"command": "cargo",
"args": [
"run",
"--",
"mcpm"
]
}
}
}
Run in terminal:
claude mcp add mcpm cargo run -- mcpm
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpm": {
"command": "cargo",
"args": [
"run",
"--",
"mcpm"
]
}
}
}