Skip to main content

Claude Code

Connect Fullstory to Claude Code to query your product data directly from the terminal.

Prerequisites


Setup

1. Start Claude Code (from terminal)

claude

2. Add the Fullstory marketplace (from Claude Code)

/plugin marketplace add fullstorydev/fullstory-skills

3. Install the plugin (from Claude Code)

/plugin install Fullstory@Fullstory

4. Reload plugins (from Claude Code)

/reload-plugins

5. Authenticate MCP (from Claude Code)

/mcp

What the plugin includes

ComponentWhat it does
MCP serverConnects Claude Code to your Fullstory data
general-analysis skillGuides Claude through a structured analytics workflow: build a segment or metric, compute results, validate them, then investigate sessions
comparisons skillAutomatically invoked when comparing A vs B — picks the right mechanism (dimensionality vs separate segments)
session-context agentReads individual session transcripts in an isolated context so they don't bloat your main conversation

Use the analytics skill with /fullstory:general-analysis.

Using the tools

Once connected, ask questions about your product data in natural language:

  • "What are the top frustrations on our product right now?"
  • "Build a segment of users who rage clicked on the payment page and summarize 3 sessions for me."
  • "What's causing the most drop-off in our checkout funnel, and can you show me what those sessions look like?"

See Example Workflows for more patterns.