MCP Manager GUI
MCP Toggle is a simple GUI tool to help you manage MCP servers across clients seamlessly.
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
Maintainer
Works with
Installation
Manual Installation
npx mcp-manager-guiConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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.
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.jsonToggle 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.
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.
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.
MCP Manager GUI Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCP Manager GUI? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up MCP Manager GUI in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.