> ## Documentation Index
> Fetch the complete documentation index at: https://docs.userplane.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Context Protocol

> Two Userplane MCP servers — one connects AI agents to your workspace for debugging, the other lets AI tools search Userplane docs

Userplane exposes two Model Context Protocol servers. Pick the one that matches what you want your AI tool to do.

<CardGroup cols={2}>
  <Card title="Userplane MCP" icon="magnifying-glass" href="/integrations/mcp-workspace">
    Analyze recordings, manage links, and browse workspace data from Claude, Codex, Cursor, VS Code,
    or ChatGPT. OAuth-authenticated.
  </Card>

  <Card title="Documentation MCP" icon="book" href="/integrations/mcp-docs">
    Let your AI tool search Userplane docs inline while you integrate the SDK. Public — no
    authentication required.
  </Card>
</CardGroup>

## Which one do I want?

|                    | Userplane MCP                                                        | Documentation MCP                                  |
| ------------------ | -------------------------------------------------------------------- | -------------------------------------------------- |
| **Server URL**     | `https://api.userplane.io/mcp`                                       | `https://docs.userplane.io/mcp`                    |
| **Who it's for**   | Support engineers and developers debugging customer issues           | Developers integrating the Userplane SDK           |
| **What it does**   | Analyzes recordings, manages links and domains, reads workspace data | Searches the Userplane documentation               |
| **Authentication** | OAuth 2.1 (sign in with your Userplane account)                      | None — public                                      |
| **Example prompt** | *"What caused the checkout error in recording X?"*                   | *"How do I install the Userplane SDK in Next.js?"* |

<Note>
  Most customers want **Userplane MCP** — it's what unlocks recording analysis, link management, and
  workspace access inside your AI client. Documentation MCP is purpose-built for the moment you're
  wiring the SDK into your app and want inline answers from the docs.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Set up Userplane MCP" icon="rocket" href="/integrations/mcp-getting-started">
    Connect your AI client to the workspace server and analyze your first recording
  </Card>

  <Card title="Set up Documentation MCP" icon="book" href="/integrations/mcp-docs">
    Point your AI tool at the docs server for SDK and framework guidance
  </Card>
</CardGroup>

<Tip>
  For Codex, Cursor, and Claude Code, the Userplane plugins bundle both MCP servers along with
  skills and workflow entry points. See [Codex](/integrations/codex),
  [Cursor](/integrations/cursor), or [Claude Code](/integrations/claude-code).
</Tip>
