MCP Manager GUI

v1.0.0Developer Toolsstable

MCP Toggle is a simple GUI tool to help you manage MCP servers across clients seamlessly.

aiai-agent-toolsai-agentselectron-appmacos
Share:
17
Stars
0
Downloads
0
Weekly
0/5

What is MCP Manager GUI?

MCP Manager GUI is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp toggle is a simple gui tool to help you manage mcp servers across clients seamlessly.

MCP Toggle is a simple GUI tool to help you manage MCP servers across clients seamlessly.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP Toggle is a simple GUI tool to help you manage MCP serve

Use Cases

Visual MCP server management
Cross-client server configuration
gabrielbacha

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-manager-gui

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MCP Manager GUI

MCP Manager GUI (MCP Toggle) is a lightweight Electron desktop application for macOS that provides a visual interface to manage Model Context Protocol server configurations across multiple AI clients including Claude and Cursor. It auto-discovers existing MCP configurations, lets you toggle individual servers on or off per application, and supports importing and exporting configuration files — all without editing JSON by hand. Developers who use multiple MCP servers across different clients use it to avoid manual config file juggling.

Prerequisites

  • macOS operating system (the Electron app targets macOS)
  • At least one MCP-compatible client installed: Claude Desktop or Cursor
  • Access to your client's JSON configuration file path
  • The MCP Manager GUI application downloaded from mindfulapps.xyz/mcp
1

Download MCP Manager GUI

Visit mindfulapps.xyz/mcp and download the MCP Manager GUI application for macOS. The app is distributed as a standalone download — no npm install is needed.

2

Open the application

Open the downloaded application. On first launch, macOS may prompt you to allow it to run since it is not from the App Store. Go to System Settings > Privacy & Security and click Open Anyway if prompted.

3

Add your MCP client configuration path

In the app, specify the JSON configuration file path for each MCP client you use. For Claude Desktop the path is typically ~/Library/Application Support/Claude/claude_desktop_config.json. The app will auto-import existing server entries.

# Claude Desktop config location on macOS:
~/Library/Application Support/Claude/claude_desktop_config.json

# Cursor config location:
~/.cursor/mcp.json
4

Toggle servers on or off

The app displays a list of all discovered MCP servers with toggle switches. Enable or disable individual servers per application without editing JSON files manually.

5

Add a new server configuration

Use the built-in form to add a new MCP server by entering its command, arguments, and environment variables. The app writes the configuration to the appropriate client config file.

6

Import or export configurations

Use the Import/Export feature to save your current set of MCP server configurations to a file or load a configuration set you received from a colleague or shared online.

MCP Manager GUI Examples

Client configuration

MCP Manager GUI manages this file for you, but this is the underlying format for Claude Desktop that it reads and writes.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/me/Documents"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_..."
      }
    }
  }
}

Prompts to try

MCP Manager GUI is a desktop management tool, not itself an MCP server. After using it to enable servers in Claude, try these prompts.

- "List all MCP servers currently enabled in my Claude configuration"
- "Which MCP tools do I have available right now?"
- "Enable the filesystem server for my Documents folder"
- "Show me all servers I have configured across Claude and Cursor"

Troubleshooting MCP Manager GUI

App does not detect existing MCP servers

Verify the configuration file path you entered in the app is correct and that the file exists and is valid JSON. For Claude Desktop use ~/Library/Application Support/Claude/claude_desktop_config.json. The app needs read/write permission to that path.

Changes made in the GUI are not reflected in Claude Desktop

Restart Claude Desktop after making changes in MCP Manager GUI. Claude Desktop reads its config file only on startup, so a restart is required for changes to take effect.

macOS blocks the app from opening

Since the app is not distributed through the App Store, macOS may quarantine it. Go to System Settings > Privacy & Security, scroll to the Security section, and click 'Open Anyway' next to the MCP Manager GUI entry.

Frequently Asked Questions about MCP Manager GUI

What is MCP Manager GUI?

MCP Manager GUI is a Model Context Protocol (MCP) server that mcp toggle is a simple gui tool to help you manage mcp servers across clients seamlessly. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MCP Manager GUI?

Follow the installation instructions on the MCP Manager GUI GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MCP Manager GUI?

MCP Manager GUI works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MCP Manager GUI free to use?

Yes, MCP Manager GUI is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MCP Manager GUI?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides