Skip to main content

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.

Connect your AI client to Userplane MCP (the workspace server at api.userplane.io/mcp). Authentication is handled automatically via OAuth 2.1 — your client will prompt you to sign in on first use. No API keys required.
Looking to search Userplane documentation from your AI tool instead? See Documentation MCP.

Server URL

https://api.userplane.io/mcp
You need a Userplane account and workspace membership to connect. If you don’t have an account, ask your workspace admin for an invite.

Connect your AI client

1

Add the Userplane connector

Open Add Userplane to Claude to prefill Claude’s custom connector form.
2

Open Connectors manually

If the prefilled form does not open, navigate to the Connectors page in your Claude settings.
3

Add a custom connector

Select Add custom connector.
4

Enter server details

Enter the connector name Userplane and the MCP server URL:
https://api.userplane.io/mcp
Select Add.
5

Authorize

On first use, Claude opens a browser window for Userplane sign-in. Log in with your credentials and click Allow on the consent screen.
6

Start using it

Open a new conversation, select the attachments button (the + icon), then select your Userplane connector.

Try it out

1

Verify your connection

Ask your agent to list your workspaces:
List my Userplane workspaces.
If you see your workspaces, you’re connected. If you’re prompted to sign in, complete the authorization and try again.
2

Analyze a recording

Copy a recording URL from the Userplane dashboard and paste it into your AI client. The agent extracts the workspace and recording IDs from the URL and fetches the session data.
Here's a recording from a customer reporting a checkout issue:
https://dash.userplane.io/{workspaceId}/recordings/{recordingId}
What's causing the problem?
3

Explore interactive viewers

Ask your agent to show a recording. In Claude and ChatGPT, this opens an interactive viewer with video playback, console logs, network requests, and user actions.
Show me the full recording for {recordingId} in workspace {workspaceId}.
Interactive viewers render in Claude (desktop and web) and ChatGPT. Other clients display the same data as structured text. See MCP Apps for details.
4

Create a recording link

Ask your agent to create a recording link for a customer issue.
Create a recording link for domain {domainId} in workspace {workspaceId}. Reference it as {ticketId}.

Tips

Agents work best when you provide specific recording IDs or dashboard URLs. Copy the URL directly from your browser when viewing a recording in the dashboard.
You can chain requests in a single conversation. Start with “Show me the recording” and follow up with “Now focus on the network errors” or “What did the user do right before the error?”
For details on the OAuth 2.1 authentication flow, see Authentication.