MCP Directory
Back

mcp-manager

by MediaPublishing · JavaScript · ★ 75

A web-based GUI tool for managing Model Context Protocol (MCP) servers in Claude and Cursor

#mcp

Install

npx -y github:MediaPublishing/mcp-manager

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

A web-based GUI tool for managing Model Context Protocol (MCP) servers in Claude and Cursor. This tool allows you to easily enable/disable MCP servers and their tools through a user-friendly interface. - 🎛️ Enable/disable MCP servers with simple toggle switches - 🔄 Changes are automatically synced between Claude and Cursor - 🛠️ View available tools for each server - 🔒 Secure handling of environment variables and API keys - 📱 Responsive design that works on any screen size 1. Clone this repository: 2. Install dependencies: 3. Create a configuration file: 4. Start the server: 5. Open…
Read full README on GitHub →

Related other servers