MCPM CLI logo

MCPM CLI

by MCP-Club

MCPM CLI is a command-line tool for managing MCP servers in Claude App. It simplifies server management with easy commands and an interactive interface.

View on GitHub

Last updated: N/A

What is MCPM CLI?

MCPM CLI is a command-line interface designed to streamline the management of MCP (Managed Cloud Provider) servers within the Claude App ecosystem. It provides a user-friendly way to interact with and control these servers.

How to use MCPM CLI?

Install MCPM CLI using npm install -g @mcpm/cli. Use commands like mcpm add, mcpm remove, mcpm enable, mcpm disable, mcpm list, and mcpm search to manage your MCP servers. Run mcpm help to see all available commands and options.

Key features of MCPM CLI

  • Easy Server Management: Add, remove, and manage multiple MCP servers in Claude App with simple commands.

  • Server Status Control: Enable/disable servers and view their status at any time.

  • Interactive CLI: User-friendly command-line interface with interactive prompts for easy configuration.

  • Self-Integration: Can add MCPM CLI itself as a MCP server with a single command.

  • JSON Configuration: Manages servers through Claude's configuration file with proper error handling.

  • Package Discovery: Search and discover MCP packages from the community.

Use cases of MCPM CLI

  • Managing multiple MCP servers in a Claude App environment.

  • Quickly enabling or disabling servers for maintenance or testing.

  • Discovering and installing new MCP packages from the community.

  • Automating server management tasks through command-line scripting.

  • Adding MCPM CLI itself as a MCP server for extended functionality.

FAQ from MCPM CLI

How do I install MCPM CLI?

Run npm install -g @mcpm/cli in your terminal.

How do I add a new MCP server?

Use the command mcpm add [options] [name].

How do I remove an MCP server?

Use the command mcpm remove [name].

How do I disable an MCP server?

Use the command mcpm disable [name].

How do I list all my MCP servers?

Use the command mcpm list.