Connect your AI client to Userplane MCP and start analyzing recordings
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.
The Userplane Claude Code plugin installs both MCP servers
automatically alongside 18 skills and 4 slash commands. If you’re using Claude Code,
the plugin is the fastest setup path.
Return to Connectors and select Create. With Developer mode enabled, the custom connector form becomes available.
Connectors with no custom servers yet
4
Add the Userplane MCP server
Enter a name (e.g., userplane) and the MCP server URL:
https://api.userplane.io/mcp
Select Create to register the connector.
Add the Userplane MCP server URL
5
Authorize
On first use, ChatGPT opens a browser window for Userplane sign-in. Log in with your credentials and click Allow on the consent screen.
Authorize the Userplane connector
6
Start using it
The Userplane connector appears under your enabled apps in ChatGPT. Start a new conversation and reference a recording URL or ask the agent to list your 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?
Claude
ChatGPT
Root cause analysis in Claude
Root cause analysis in ChatGPT
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}.
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.