MCP Manager

Open source, community-driven, forever free.
$ mcpm

Quick Installation

Install with pipx:

$ pipx install mcpm

Install with pip:

$ pip install mcpm

Install with a single command:

$ curl -sSL https://mcpm.sh/install | bash

Model Context Protocol Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients.

Available Features

Client Management

Easily switch between and manage MCP clients:

$ mcpm client claude-desktop

Server Listing

View all your installed MCP servers:

$ mcpm list

Server Discovery

Find available Model Context Protocol servers:

$ mcpm search

Add Servers

Add MCP servers directly to your client:

$ mcpm add my-server

More Powerful Features

Remove Servers

Remove installed MCP servers when no longer needed:

$ mcpm remove my-server

Configuration

Edit and manage your MCPM configuration:

$ mcpm config

Inspector

Launch the UI to examine installed servers:

$ mcpm inspector

Edit Configuration

View or edit your client's configuration:

$ mcpm edit

Save & Restore Configurations

Stash Servers

Temporarily store server configurations:

$ mcpm stash my-server

Restore Servers

Restore previously stashed configurations:

$ mcpm pop my-server

Supported Clients

MCPM currently supports these AI clients:

  • Claude Desktop - Anthropic's AI assistant
  • Windsurf - The world's first agentic IDE
  • Cursor - AI-enhanced code editor
  • More clients coming soon...