
MCPM CLI
by mcp-club
Command-line tool for managing MCP servers in Claude App, featuring easy installation and server status control.
What it does
MCPM CLI simplifies the management of Model Context Protocol (MCP) servers within the Claude App. It allows users to install, remove, and toggle MCP servers using natural language and simple commands, removing the need to manually edit configuration files.
Tools
search: Discover new MCP packages from the community registry.install: Quickly add a specific MCP package to the local environment.add: Manually configure a new MCP server.remove: Delete an existing MCP server from the Claude App.disable/enable: Toggle server availability by moving them between Claude's active config and local storage.list: Display all currently configured MCP servers.mcp: Bootstraps MCPM itself as an MCP server for internal management.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcpm": {
"command": "npx",
"args": ["-y", "@mcpm/cli", "mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g @mcpm/cliInformation
- Pricing
- free
- Published
- 5/13/2026
- stars





