Connect your assistant
Connect the Meddle MCP to Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, or ChatGPT and manage your voice agent in plain language.
Meddle runs a remote MCP server that gives an AI assistant the same controls as the app. Point a client at one URL and manage your agent in plain language.
https://app.meddle.sh/api/mcpNo keys to copy. The first time a client connects it opens a browser to sign you in. Access is scoped to your workspace.
JSON config for any client
{
"mcpServers": {
"meddle": { "type": "http", "url": "https://app.meddle.sh/api/mcp" }
}
}Claude Code
Add the server once:
claude mcp add --transport http --scope user meddle https://app.meddle.sh/api/mcpRun /mcp, pick meddle, and finish the browser consent screen. Then ask in
plain language:
List my agents.Open my support agent. Tighten the greeting, add a tool that looks up an
order by its number, and tell me what's blocking publish.Claude Desktop, Cursor, VS Code, Windsurf
Paste the JSON config block into the client's MCP settings and restart.
- Claude Desktop: Settings → Developer → Edit Config
- Cursor: Settings → MCP (or
~/.cursor/mcp.json) - VS Code: MCP servers config (
mcp.json), restart from the command palette - Windsurf: Settings → Cascade → MCP servers
ChatGPT
- Open Settings → Apps → Advanced settings and turn on Developer mode.
- Choose Create app and add
https://app.meddle.sh/api/mcp. - Sign in through the browser when prompted.
ChatGPT's MCP support is currently read-only. You can list and inspect agents but not edit them.
What you can do
Anything the Builder Chat can do: list and inspect agents, edit prompts and tools, check readiness, review calls. You can switch between your assistant and the app at any time.