⚙️ Manage MCP servers effortlessly with a single binary and simple YAML config, supporting multiple clients and systems, all through a user-friendly interface.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-manager": {
"command": "go",
"args": [
"run",
"github.com/craneoankh/mcp-server-manager@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-manager go run github.com/craneoankh/mcp-server-manager@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-manager": {
"command": "go",
"args": [
"run",
"github.com/craneoankh/mcp-server-manager@latest"
]
}
}
}
📋 Copy