π¦
Manager
CLI tool for managing Model Context Protocol (MCP) servers in one place & using them across them different clients
0 installs
25 stars
2 forks
Trust: 62 β Good
Devtools
Installation
npx mcp-managerAsk AI about Manager
Powered by Claude Β· Grounded in docs
I know everything about Manager. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Manager
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

π οΈ 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.
