OpenReplay

OpenReplay MCP Connector for Claude

A+

Debug web applications by inspecting user sessions, technical events, and project data directly from your AI agent.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your OpenReplay account to any AI agent to analyze user behavior and debug technical issues through natural conversation.

What you can do

  • Project Overview — List all projects associated with your account to quickly identify the environment you need to inspect.
  • Session Analysis — Retrieve lists of user sessions for specific projects, with the ability to filter by User ID to track individual journeys.
  • Technical Deep-Dives — Fetch detailed metadata and technical events (clicks, inputs, console logs) for any specific session to understand exactly what went wrong.
  • User Identification — Search for specific users within your projects using emails or IDs to correlate support tickets with actual session recordings.

How it works

  1. Subscribe to this server
  2. Enter your OpenReplay API Key
  3. Start debugging and analyzing sessions from Claude, Cursor, or any MCP-compatible client

No more manually searching through session lists. Your AI acts as a support engineer or UX researcher, finding the exact technical context you need.

Who is this for?

  • Support Engineers — quickly find the session recording for a user reporting a bug without leaving the chat.
  • Developers — inspect console logs and technical events directly from the code editor to reproduce issues faster.
  • Product Managers — analyze user journeys and interactions to understand how features are being used in the wild.
session-replaydebugginguser-experienceerror-trackingweb-analytics

5 tools expose this connector's capabilities to your AI agent.

get_session

Retrieve metadata for a single session

list_projects

List all projects associated with your account

list_session_events

). Retrieve all technical and user events recorded during a session

list_sessions

Can filter by userId, limit, and page. Retrieve a list of sessions for a specific project

search_users

Find users identified within a project

See how to talk to your AI agent using OpenReplay.

List all projects in my OpenReplay account.

I've found 3 projects: 'Main Web App' (ID: 12), 'Mobile Dashboard' (ID: 45), and 'Staging Environment' (ID: 8). Which one would you like to explore?

Find the last 5 sessions for user 'john@example.com' in project 12.

Searching for the user... Found User ID 'user_99'. Here are the 5 most recent sessions for John, including a 12-minute session from today at 10:30 AM. Would you like to see the events for that session?

Show me any console errors or clicks for session ID 'sess-abc-123'.

Inspecting session 'sess-abc-123'... I found a 'Uncaught TypeError' at 02:15 and a series of rapid clicks on the 'Submit' button immediately following the error. It looks like a validation issue.

Yes! Use the `list_session_events` tool with a Session ID. It will retrieve all recorded technical and user events, including clicks, inputs, and console logs.

Related Connectors