Back to MCP Servers
Manager
Simple Web UI to install and manage MCP servers for Claude Desktop App.
other-tools-and-integrations
By zueai
Installation
npx -y mcp-managerConfiguration
{
"mcpServers": {
"mcp-manager": {
"command": "npx",
"args": ["-y", "mcp-manager"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes