MCP Directory
Back

mcpm

by Willfwalker · Python · ★ 0

A package manager for [MCP servers](https://modelcontextprotocol.io). One command to install any MCP server into any AI tool.

Install

pip install git+https://github.com/Willfwalker/mcpm.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcpm": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Willfwalker/mcpm.git"
      ]
    }
  }
}

From the README

**TL;DR:** then to see the top 10, to install one. Every AI coding tool (Claude Code, Cursor, Gemini, VS Code, Codex) has its own config file, its own format, and its own way of adding MCP servers. mcpm handles all of that. You pick the server, it figures out the rest. - 65+ servers in a curated registry - 6 supported targets with auto-detection - Config backups before every write - Secure env var prompting (secrets are masked) | Command | Description | |---|---| | | Show the top 10 recommended servers | | | Search the registry | | | Show server details and env var requirements | | |…
Read full README on GitHub →

Related other servers