Fullstory MCP
The Fullstory MCP server connects your AI assistant directly to your Fullstory product data. Using the Model Context Protocol, it lets any MCP compatible AI client (Cursor, Claude Desktop, Claude Code, and others) query your Fullstory data, analyze user behavior, and surface insights in natural language, without leaving your development environment.
Connect once, then ask questions like:
- "What are the biggest frustrations affecting our checkout page right now?"
- "How many users hit a network error on the payment page last month?"
- "Show me sessions where users abandoned the signup form."
Getting started
The fastest way to get started depends on your AI client:
Claude Code or Cursor — Install the Fullstory plugin. This sets up the MCP server and includes built-in AI skills that guide common analytics and session investigation workflows:
/plugin install https://github.com/fullstorydev/fullstory-skills
Any other MCP client — Add the server manually:
- Set up your AI client with the server URL.
- On first connection, authorize with Fullstory via OAuth.
- Start asking questions about your product data.
See the client setup guides for step-by-step instructions for specific clients.
See the Tools Reference for a full list of available tools, or jump straight to any of the following examples for common patterns:
Automatically surface rage clicks, dead clicks, errors, crashes, and form abandons. Discover the biggest problems across your product or zoom into a specific page, funnel, or user segment.
Ask natural language questions to get real numbers. "How many users hit this error last week?" returns a count, trend, or breakdown without writing a query.
Surface real sessions for any signal or behavior pattern and have AI read the full event transcript. Get a plain-language summary of what users did, where they struggled, and why, without watching a single recording yourself.