Pick your client. Each install is one config snippet or one command — about 30 seconds. Authentication runs the first time you make a tool call (browser-based OAuth 2.0 with PKCE). Free to install on every tier. Tool calls consume your AI credit pool.Documentation Index
Fetch the complete documentation index at: https://docs.patchline.ai/llms.txt
Use this file to discover all available pages before exploring further.
The endpoint
For every client, the URL is the same:Cursor
1-click install: open this URL on the same machine running Cursor —
it triggers Cursor’s MCP deeplink installer:
Codex
VS Code (with Copilot or any MCP-aware extension)
Create or edit .vscode/mcp.json
In your workspace root, create
.vscode/mcp.json (or merge with an existing one):mcp-remote to bridge:
Claude Desktop
Recommended for Claude users: use the official
Patchline Claude plugin instead. It
wraps the same MCP server with a progressive-interview workflow
built for music release planning.
Claude Code
Claude Code has its own plugin command. Three steps:
This is the recommended path for Claude Code. The plugin ships with
extra context: progressive interview workflow, lifecycle phase skills,
and Patchline-specific slash commands.
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.
Pricing
| Tier | Install | Tool call cost |
|---|---|---|
| All tiers | Free | Counts against your AI credit pool |
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'
Most likely the URL is missing
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
Check the URL the browser opened — it should be
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
Tier-gated tool.
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'
Your client’s redirect URI isn’t registered with Patchline. Email
support@patchline.ai with the URI
your client uses — we’ll add it.
How do I disconnect?
How do I disconnect?
Patchline Settings → Security → Connected applications → revoke
Aria MCP. Next call from the client will re-prompt OAuth.
Can I install both this and the docs MCP?
Can I install both this and the docs MCP?
Yes — they’re separate servers with separate names. Most users
install both: docs MCP for learning Patchline, product MCP for
acting on data. See MCP overview for
the distinction.