zueai/mcp-manager
Simple Web UI to install and manage MCP servers for Claude Desktop App.
Quick Start
Clone the repository:
git clone https://github.com/zueai/mcp-managerClaude Desktop configuration example:
{
"mcpServers": {
"mcp-manager": {
"command": "npx",
"args": [
"-y",
"zueai/mcp-manager"
]
}
}
}Check the repository README for specific installation and configuration instructions.