Quick Start
1
Open the MCP panel
Find the MCP servers panel in the app.
2
Add a server
Enter a name, command, and args, then save. The app stores it and marks it enabled.
3
Toggle or remove
Flip a server on or off, or remove it — all from the same panel.
How It Works
The app manages servers through a single endpoint (POST /mcp) with an action of add, remove, or toggle, and lists them with GET /mcp.
Each server stores exactly these fields:
Adding a server with a name that already exists replaces the previous entry rather than duplicating it.
Best Practices
Name servers clearly
Name servers clearly
The name is the key. A clear, unique name makes toggling and removing obvious, and prevents an accidental replace.
Toggle instead of removing
Toggle instead of removing
Disable a server you may want back rather than removing it — the entry and its args are preserved.
Test the command outside the app first
Test the command outside the app first
command and args launch a process. Confirm they run in a terminal before adding them, so a failure is obvious.Related
MCP Overview
Author and understand MCP servers themselves
Settings Reference
Other Desktop app configuration

