Universal package manager for Model Context Protocol (MCP) servers. Install and manage MCP servers across 10+ AI clients from a single CLI.
- Claude Desktop
- VS Code (Copilot)
- Cursor
- Windsurf
- Zed
- And more...
npm install -g mcpman# Install an MCP server
mcpman install @anthropic/mcp-server-filesystem
# List installed servers
mcpman list
# Remove a server
mcpman remove @anthropic/mcp-server-filesystem
# Show status
mcpman statusmcpman detects installed AI clients and manages their MCP server configurations automatically. It handles config file locations, server startup, and version management for each client.
See LICENSE for details.