mcpm
by MCP-Club·★ 108·Score 41
A command-line tool for managing MCP servers in Claude App with package discovery and server control capabilities.
Overview
MCPM is a comprehensive command-line interface for managing MCP servers within Claude App. It allows users to add, remove, enable, and disable servers with simple commands. The tool also provides functionality for discovering and installing MCP packages from a registry. Additionally, MCPM can run as an MCP server itself, offering a meta-management capability for all MCP servers. It maintains configuration through Claude's configuration file and provides an interactive CLI experience.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose MCPM when managing multiple MCP servers in Claude App and you need a unified CLI interface with package discovery capabilities.
When NOT to choose this
Don't choose MCPM if you primarily work with AI applications outside of Claude or need advanced server management features beyond its current scope.
Tools this server exposes
8 tools extracted from the READMEsearchSearch for MCP packages in the registry
installInstall an MCP package from the registry
addManually add a new MCP server to Claude App
removeRemove an MCP server from Claude App
disableDisable an MCP server, moving it from Claude to storage
enableEnable a previously disabled MCP server
listList all configured MCP servers
restartRestart Claude App
Comparable tools
Installation
Installation
npm install -g @mcpm/cliUsage as MCP Server
To add MCPM as an MCP server to Claude App:
mcpm add --selfAlternatively, you can manually add it by editing Claude's configuration file:
{
"mcpServers": {
"mcpm": {
"command": "mcpm",
"args": ["mcp"]
}
}
}FAQ
- How do I search for MCP packages?
- Use the command 'mcpm search' for interactive search or 'mcpm search <query>' for specific queries. Add --json flag to output results in JSON format.
- Can I use MCPM with other AI assistants besides Claude?
- MCPM is specifically designed for Claude App integration and may not work with other AI assistants that don't support the MCP protocol.
- How are disabled servers stored?
- Disabled servers are stored in the '~/.mcpm/*' directory, while active servers are maintained in Claude App's configuration.
Compare mcpm with
Last updated · Auto-generated from public README + GitHub signals.