claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// MCP Servers

mcpm

Universal MCP server manager — install and configure MCP servers across Claude Code, Cursor, VS Code, and more

// MCP Servers[ cli ][ api ][ web ][ claude ]#claude#ai-tools#cli#cursor#mcp#model-context-protocol#npm#typescript#mcp-serversMIT$open-sourceupdated about 3 hours ago
// install
{
  "mcpServers": {
    "mcpm": {
      "command": "npx",
      "args": ["-y", "https://github.com/AZERDSQ131/mcpm"]
    }
  }
}

mcpm — Universal MCP Server Manager

Install, configure, and update MCP servers across all your AI clients in one command.

npx mcp-fleet install github

mcpm install demo


What is mcpm?

mcpm is a CLI that manages Model Context Protocol servers — the tools that give AI assistants like Claude, Cursor, or Windsurf access to your files, APIs, databases, and more.

Instead of editing JSON config files by hand for each client, mcpm handles everything: it detects your installed AI clients, writes the right config format for each one, and keeps your servers up to date.


Quick start

# Install a server into all detected AI clients
npx mcp-fleet install github

# Search the registry (1000+ servers)
npx mcp-fleet search database

# Install a curated bundle
npx mcp-fleet install @bundle/webdev

# Check what's installed and healthy
npx mcp-fleet doctor

Or install globally:

npm install -g mcp-fleet
mcpm install github

Supported clients

ClientConfig written automatically
Claude Code~/.claude.json
Cursor~/.cursor/mcp.json
VS Code Copilot~/.vscode/mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json
Zed~/.config/zed/settings.json
Gemini CLI~/.gemini/settings.json
ClineVS Code extension storage
Continue~/.continue/config.json
OpenAI Codex~/.codex/config.json

Supported runtimes

RuntimeCommandExample
Node.jsnpxnpx -y @modelcontextprotocol/server-github
Pythonuvxuvx mcp-server-fetch
Dockerdocker rundocker run -i --rm mcp/puppeteer
Gogo rungo run github.com/org/server@latest
Denodeno rundeno run --allow-net jsr:@scope/server

Commands

mcpm install <server|@bundle/name>   Install one or more servers
mcpm uninstall <server>              Remove a server from all clients
mcpm update                          Update all installed servers
mcpm search [query]                  Browse the registry
mcpm info <server>                   Show server details
mcpm list                            List installed servers
mcpm outdated                        Check for outdated packages
mcpm doctor                          Diagnose broken servers
mcpm sync                            Sync from .mcpmrc project file
mcpm rollback                        Restore the latest config snapshot
mcpm export [file]                   Export your config
mcpm import <file>                   Import a config
mcpm publish                         Submit a server to the registry
mcpm run <server>                    Run a server directly (stdio)

mcpm doctor demo


Project config (.mcpmrc)

Pin your project's MCP servers in a .mcpmrc file and let teammates sync in one command:

{
  "servers": ["github", "postgres", "filesystem"],
  "bundles": ["@bundle/webdev"]
}
mcpm sync
mcpm sync --dry-run --receipt .mcpm/sync-receipt.json
mcpm rollback

Before writing configs, mcpm stores rollback snapshots in ~/.cache/mcp-fleet/rollback/ because Claude Code, Cursor, and other client config files are global/user-level, not project-local. Keep rollback snapshots out of git because they may contain local config values.

For team review flows, see rendered output drift receipts: a safe dry-run artifact for checking which client config files would change before write/rollback.

mcpm sync demo


Registry

The registry contains 1000+ verified MCP servers across 5 runtimes.

Browse at azerdsq131.github.io/mcpm or search with:

mcpm search <query>
mcpm search --bundles

mcpm search demo

Bundles

BundleDescription
@bundle/webdevWeb development tools
@bundle/aiAI & LLM integrations
@bundle/dataData & databases
@bundle/devopsDevOps & infrastructure
@bundle/productivityProductivity & scheduling
@bundle/cloudCloud provider APIs
@bundle/financeFinance & trading
@bundle/socialSocial media & comms
@bundle/mediaMedia & content
@bundle/startupStartup essentials
@bundle/ai-toolsAI tooling & agents

Submit a server

mcpm publish

The CLI will guide you through the details and open a pull request automatically.


License

MIT

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

// faq

What is mcpm?

Universal MCP server manager — install and configure MCP servers across Claude Code, Cursor, VS Code, and more. It is open-source on GitHub.

Is mcpm free to use?

mcpm is open-source under the MIT license, so it is free to use.

What category does mcpm belong to?

mcpm is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.

0 views
13 stars
unclaimed
updated about 3 hours ago

// embed badge

mcpm on Claudeers
[![Claudeers](https://claudeers.com/api/badge/mcpm.svg)](https://claudeers.com/mcpm)

// retro hit counter

mcpm hit counter
[![Hits](https://claudeers.com/api/counter/mcpm.svg)](https://claudeers.com/mcpm)

// reviews

// guestbook

0/500

// related in MCP Servers

🔓

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…

// mcp-serversf/HTML165,176NOASSERTION[ claude ]
🔓

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

// mcp-serversfarion1231/Rust115,280MIT[ claude ]
🔓

An open-source AI agent that brings the power of Gemini directly into your terminal.

// mcp-serversgoogle-gemini/TypeScript105,871Apache-2.0[ claude ]
🔓

A collection of MCP servers.

// mcp-serverspunkpeye/90,536MIT[ claude ]
→ see how mcpm connects across the ecosystem