mcpm

RezaHarirchian/mcpm
★ 0 stars Rust Code/Dev Tools Updated 1mo ago
The missing package manager for MCP servers. Install, manage, and health-check Model Context Protocol servers with one command.
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}