Skip to main content
Other Tools and IntegrationsTypeScript

zueai/mcp-manager

Simple Web UI to install and manage MCP servers for Claude Desktop App.

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/zueai/mcp-manager

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-manager": {
      "command": "npx",
      "args": [
        "-y",
        "zueai/mcp-manager"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
zueai