mcpm
A command-line tool for managing MCP servers in Claude App.
MCPM CLI is designed to simplify the management of multiple MCP servers within the Claude App ecosystem. With its user-friendly command-line interface, users can easily add, remove, and control the status of their servers. The tool also features interactive prompts that guide users through the configuration process, making it accessible even for those who may not be technically inclined. In addition to server management, MCPM CLI supports JSON configuration for seamless integration with Claude's existing setup. Users can discover MCP packages from the community and even add the MCPM CLI itself as a server with a single command. The roadmap includes exciting features like remote MCP discovery and a graphical user interface, further enhancing the user experience.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcpm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpm"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions