Skip to main content

A CLI tool for managing Model Context Protocol (MCP) servers

Project description

MCP Manager

Version Python License: GPL v3 Tests

A CLI tool that makes MCP server management across Claude Desktop, Cursor, and more dead simple.

Installation โ€ข Quick Start โ€ข Available Servers โ€ข Supported MCP Clients

๐Ÿš€ Quick Start

# Install the package
pip install mcp-manager

# Search for available servers
mcp-manager search browser
# โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
# โ”‚ Server    โ”‚ Description                                  โ”‚ Maintainer โ”‚
# โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
# โ”‚ playwrightโ”‚ MCP server for browser automation            โ”‚ Anthropic  โ”‚
# โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

# Get detailed server information
mcp-manager info playwright
# โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Server Information โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
# โ”‚ Server: playwright                                             โ”‚
# โ”‚ Description: MCP server for browser automation with Playwright โ”‚
# โ”‚ Maintainer: Anthropic                                          โ”‚
# โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
# Dependencies
#  โ€ข  Node.js
#  โ€ข  npm

# Install a server (for Claude Desktop)
mcp-manager install playwright --client=claude-desktop

# Install a server (for Cursor)
mcp-manager install playwright --client=cursor

# Install a server (for Claude Code)
mcp-manager install playwright --client=claude-code

๐Ÿ› ๏ธ Available Commands

Command Description
search <keyword> Search for available MCP servers matching the keyword
info <server-name> Display detailed information about a specific server
install <server-name> [--client=claude-desktop|cursor|claude-code] Install an MCP server for a specific client
uninstall <server-name> [--client=claude-desktop|cursor|claude-code] Remove an installed server
list List all installed MCP servers
config path [--client=claude-desktop|cursor|claude-code] Show current client config file path
config set-path <new-path> [--client=claude-desktop|cursor|claude-code] Set a new path for the client config file

๐Ÿ”Œ Available Servers

Server Description Dependencies
Playwright Browser automation server for web interactions Node.js, npm
Filesystem File system operations server for local file access Node.js, npm
Fetch Server for making HTTP requests Docker
Git Server for Git operations Docker
GitHub Server for GitHub API operations Docker
Memory Server for managing Claude's memory Docker

๐Ÿ‘ฅ Supported MCP Clients

Currently supports:

  • โœ… Claude Desktop (default client)
  • โœ… Cursor
  • โœ… Claude Code

๐ŸŽฏ Features

  • ๐Ÿ” Smart server discovery and search
  • ๐Ÿ”’ Secure configuration management
  • ๐Ÿ”„ Automatic dependency checking
  • ๐Ÿ›ก๏ธ Client-specific installation options
  • ๐Ÿ“ Detailed server information and documentation

๐Ÿ’ป Installation

For users:

pip install mcp-manager

For developers:

# Clone the repository
git clone https://github.com/nstebbins/mcp-manager.git
cd mcp-manager

# Install dependencies and development tools
poetry install
pre-commit install  # Install git hooks

Code Quality

We maintain high code quality standards through automated checks:

# Run all pre-commit hooks
pre-commit run --all-files

# Format code
poetry run ruff format .

# Run linter
poetry run ruff check .

# Run tests
poetry run pytest

๐Ÿงช Testing

The project uses pytest for testing. Run the test suite with:

poetry run pytest

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_manager-0.2.3.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_manager-0.2.3-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

Details for the file mcp_manager-0.2.3.tar.gz.

File metadata

  • Download URL: mcp_manager-0.2.3.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.12.10 Linux/6.11.0-1012-azure

File hashes

Hashes for mcp_manager-0.2.3.tar.gz
Algorithm Hash digest
SHA256 5e0520c0d2043e8b7d2624daaf71cf92d5dab5c646aa76bc34a10e6998404d61
MD5 ddaa39cf4bfc1b73ee4e2ad7a0480812
BLAKE2b-256 f88222a0983a186ebe5458cab6396fae400aa7b7e3010a0e08fcc470d0ce62bc

See more details on using hashes here.

File details

Details for the file mcp_manager-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: mcp_manager-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 24.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.12.10 Linux/6.11.0-1012-azure

File hashes

Hashes for mcp_manager-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cc90d02694d07a4dc98a70ae8555c1c2e1f098518bf26768e8e8595ead1c6d74
MD5 92726457021dc84006f3c2c03a7b8b8f
BLAKE2b-256 fe996cf1dd46c976b8f26d1122326840a292724f00b360f4ed59aeaced67edb0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page