Skip to main content

Generic setup

Most MCP-compatible clients accept a JSON configuration block. The universal pattern looks like this:

{
"mcpServers": {
"fullstory": {
"type": "http",
"url": "https://api.fullstory.com/mcp/fullstory"
}
}
}

Paste this block into your client's MCP configuration file, adjusting the outer structure if your client uses a slightly different schema (for example, "servers" instead of "mcpServers"). On first connection, your client will open a browser window to authorize with Fullstory via OAuth.

This gives you the MCP server and raw tools. For step-by-step instructions for specific clients, see Cursor, Claude, or Claude Code.

Plugin install for Claude Code and Cursor

Claude Code and Cursor users can also install the Fullstory plugin, which sets up the MCP server and adds built-in AI skills for analytics and session investigation workflows. See the Claude Code and Cursor setup pages for details.