Claude
Connect the Fullstory MCP server to Claude (claude.ai or Claude desktop app) to query your product data in conversation.
Prerequisites
- A Claude account (claude.ai) or the Claude desktop app
- A Fullstory API key
Setup
- In Claude, go to Settings → Connectors.
- Click Add custom connector.
- Enter:
- Name:
Fullstory - URL:
https://api.fullstory.com/mcp
- Name:
- When prompted for authentication, choose Custom header and enter:
- Header name:
Authorization - Value:
Bearer ${env:FULLSTORY_API_KEY}
- Header name:
- Save the connector.
Verify the connection
Start a new conversation and ask:
What Fullstory tools are available?
Claude will list the available tools if the connection is working.
Using the tools
Once connected, you can ask Claude questions about your product data in natural language. For example:
- "What are the biggest user frustrations on our product right now?"
- "How many users abandoned the checkout form last month? Break it down by device type."
- "Find me sessions where users hit a console error on the settings page."
See Example Workflows for more patterns.