A command-line tool for managing MCP servers in Claude App. Also can run a MCP Server to help you manage all your MCP Servers
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": "npx",
"args": [
"-y",
"MCP-Club/mcpm"
]
}
}
}
Run in terminal:
claude mcp add mcpm npx -y MCP-Club/mcpm
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpm": {
"command": "npx",
"args": [
"-y",
"MCP-Club/mcpm"
]
}
}
}