MCP Catalogs
Home

mcpm

by MCP-Club·108·Score 41

A command-line tool for managing MCP servers in Claude App with package discovery and server control capabilities.

developer-toolsproductivityai-llm
27
Forks
3
Open issues
17 mo ago
Last commit
2d ago
Indexed

Overview

MCPM is a comprehensive command-line interface for managing MCP servers within Claude App. It allows users to add, remove, enable, and disable servers with simple commands. The tool also provides functionality for discovering and installing MCP packages from a registry. Additionally, MCPM can run as an MCP server itself, offering a meta-management capability for all MCP servers. It maintains configuration through Claude's configuration file and provides an interactive CLI experience.

Try asking AI

After installing, here are 7 things you can ask your AI assistant:

you:Managing multiple MCP servers in Claude App without manual configuration
you:Discovering and installing new MCP packages from the community registry
you:Controlling server status without having to manually edit configuration files
you:Using MCPM as a meta-server to manage other MCP servers
you:How do I search for MCP packages?
you:Can I use MCPM with other AI assistants besides Claude?
you:How are disabled servers stored?

When to choose this

Choose MCPM when managing multiple MCP servers in Claude App and you need a unified CLI interface with package discovery capabilities.

When NOT to choose this

Don't choose MCPM if you primarily work with AI applications outside of Claude or need advanced server management features beyond its current scope.

Tools this server exposes

8 tools extracted from the README
  • search

    Search for MCP packages in the registry

  • install

    Install an MCP package from the registry

  • add

    Manually add a new MCP server to Claude App

  • remove

    Remove an MCP server from Claude App

  • disable

    Disable an MCP server, moving it from Claude to storage

  • enable

    Enable a previously disabled MCP server

  • list

    List all configured MCP servers

  • restart

    Restart Claude App

Comparable tools

npx-mcpmcp-server-managerclaude-desktop-config

Installation

Installation

npm install -g @mcpm/cli

Usage as MCP Server

To add MCPM as an MCP server to Claude App:

mcpm add --self

Alternatively, you can manually add it by editing Claude's configuration file:

{
  "mcpServers": {
    "mcpm": {
      "command": "mcpm",
      "args": ["mcp"]
    }
  }
}

FAQ

How do I search for MCP packages?
Use the command 'mcpm search' for interactive search or 'mcpm search <query>' for specific queries. Add --json flag to output results in JSON format.
Can I use MCPM with other AI assistants besides Claude?
MCPM is specifically designed for Claude App integration and may not work with other AI assistants that don't support the MCP protocol.
How are disabled servers stored?
Disabled servers are stored in the '~/.mcpm/*' directory, while active servers are maintained in Claude App's configuration.

Compare mcpm with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.