The endpoint
For every client, the URL is the same:Cursor
Open Cursor settings
, → MCP in the sidebar → + Add new MCP server.Paste the config
Authenticate on first call
patchline.ai. Sign in (or
Google OAuth), approve the connection, return to Cursor. You’re set.Codex
Enable remote MCP
~/.codex/config.toml, set:Add the server
Authenticate on first call
VS Code (with Copilot or any MCP-aware extension)
Create or edit .vscode/mcp.json
.vscode/mcp.json (or merge with an existing one):Reload VS Code
Authenticate on first call
mcp-remote to bridge:
Claude Desktop
Open Claude Desktop config
claude_desktop_config.json.Add the Patchline server
Restart Claude Desktop
Authenticate on first call
Claude Code
Claude Code has its own plugin command. Three steps:Add the marketplace
Install the plugin
Authenticate
plugin:aria:aria. Browser OAuth opens.ChatGPT / OpenAI ChatGPT app
ChatGPT’s MCP support is in early access at time of writing. When it lands publicly, point ChatGPT’s MCP config athttps://www.patchline.ai/api/mcp/v1 with the same OAuth flow as the
other clients.
Any other MCP-compatible client
Patchline implements the MCP spec version2025-03-26. Any compliant
client should work with this config shape:
/.well-known/oauth-protected-resource per RFC 9728.
Verify your install
After authenticating, ask your AI:unauthenticated, your client may have
skipped the OAuth flow — disconnect and reconnect, the browser should open.
What to try first
Once you’re connected, you don’t call tools by name — you just say what you want and the AI picks the right tool. Try these:drop, link, fans, and operator — so one
phrase runs a whole flow, grounded in your real catalog.
Pricing
Plans, AI credits, and limits live on the pricing page — we keep them there so they’re always current.Related pages
- MCP overview — what MCP is, two-server explanation
- MCP tools reference — full schemas per tool
- Claude plugin — the higher-level Claude alternative
- AGENTS.md explained — rules of engagement
Troubleshooting
Cursor says 'MCP server failed to connect'
Cursor says 'MCP server failed to connect'
https:// or has a trailing slash.
The correct value is exactly https://www.patchline.ai/api/mcp/v1
— no trailing /.The browser opened but never came back
The browser opened but never came back
https://patchline.ai/api/mcp/v1/authorize?.... If you saw a
localhost: URL, your client is using loopback callback and got
blocked by a firewall. Try a different network or check firewall
settings.I get '403 Forbidden' on certain tools
I get '403 Forbidden' on certain tools
find_playlists and inspect_playlist require
Pro+. Upgrade or use a different tool.The OAuth window says 'invalid_redirect_uri'
The OAuth window says 'invalid_redirect_uri'
How do I disconnect?
How do I disconnect?
Can I install both this and the docs MCP?
Can I install both this and the docs MCP?