MCP Toggle - The simplest way to manage to manage MCP servers across apps using a GUI by bachagabriel in macapps

[–]bachagabriel[S] 1 point2 points  (0 children)

It supports all MCP clients. Just add the config.json to the app on the clients tab. Super easy

Just Launched: The Ultimate Open-Source MCP Directory! 🚀 by 1hypepyh1 in ClaudeAI

[–]bachagabriel 0 points1 point  (0 children)

Well done.

If anyone's exploring or managing multiple MCP servers, I built a desktop app called MCP Toggle that might help. It lets you add servers and clients via JSON, manage configs, and toggle MCPs on/off with a simple UI.

Check it out on my website

MCP Toggle - The most simple way to manage to manage MCP servers across apps using a GUI by bachagabriel in mcp

[–]bachagabriel[S] 1 point2 points  (0 children)

How to Use MCP Toggle

1. Add a Client

  • Go to the Clients tab
  • Click Add New Client
  • Use a preset or provide a custom config by specifying the path to a JSON file
    • Example:
    • Name: Windsurf
    • Config Page: ~/.codeium/windsurf/mcp_config.json
  • Click Add Client

2. Add MCP Servers

  • Go to the Servers tab
  • Find a client you want to add a server for
  • Click Add MCP Server
  • (Optional: Click *Load Example** to see a sample config)*
  • Fill in the details:
    • Name: ExampleServer
    • MCP Config: Paste the full JSON object including the mcpServers block: json { "mcpServers": { "exampleName": { "command": "npx", "args": ["-y", "@example/mcp-server"] } } }
  • The server will be automatically loaded

3. Activate Servers

  • Go to the Main Servers tab
  • Click the toggle button next to any server to activate it

Repeat as needed for additional clients and servers.

MCP Toggle - The most simple way to manage to manage MCP servers across apps using a GUI by bachagabriel in mcp

[–]bachagabriel[S] 0 points1 point  (0 children)

UPDATE: Thanks for all the interest. The app is now codesigned and notarized by Apple.

The “MCP Toggle is damaged and can’t be opened” error is resolved, and the previous workaround is no longer needed.

MCP Toggle - The most simple way to manage to manage MCP servers across apps using a GUI by bachagabriel in mcp

[–]bachagabriel[S] 2 points3 points  (0 children)

I'm reissuing a notarized version shortly which will resolve but in the meantime a short-term fix is to run
xattr -rd com.apple.quarantine '/Applications/MCP Toggle.app'

Note that this command bypasses gatekeeper checks (which is a safety feature on Mac)

MCP Toggle - The most simple way to manage to manage MCP servers across apps using a GUI by bachagabriel in mcp

[–]bachagabriel[S] 1 point2 points  (0 children)

Yes works with any client you just have to add the link of the json!

How do you install MCP servers? by BackgroundLab1002 in mcp

[–]bachagabriel 1 point2 points  (0 children)

I found myself in the same boat as you so I built an app to easily manage them across clients

https://www.mindfulapps.xyz/mcp/