Skip to content

tranhoangtu-it/mcpman

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

mcpman

TypeScript npm

Universal package manager for Model Context Protocol (MCP) servers. Install and manage MCP servers across 10+ AI clients from a single CLI.

Supported Clients

  • Claude Desktop
  • VS Code (Copilot)
  • Cursor
  • Windsurf
  • Zed
  • And more...

Installation

npm install -g mcpman

Usage

# 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 status

How It Works

mcpman detects installed AI clients and manages their MCP server configurations automatically. It handles config file locations, server startup, and version management for each client.

License

See LICENSE for details.