Documentation

Two minutes to your first analysis.

Install in Claude, ChatGPT, Cursor or any MCP agent — then ask your question in plain English. Everything else — depths, credits, ownership, the API — is in the manual below.

Installation guide → The manual ↓

# claude_desktop_config.json
{
  "mcpServers": {
    "mcpanalytics": {
      "command": "npx",
      "args": ["-y", "@mcp-analytics/mcp-analytics"],
      "env": { "MCP_ANALYTICS_API_KEY": "mcp_your_key_here" }
    }
  }
}
# .cursor/mcp.json  (or Settings > MCP Servers)
{
  "mcpServers": {
    "mcpanalytics": {
      "command": "npx",
      "args": ["-y", "@mcp-analytics/mcp-analytics"],
      "env": { "MCP_ANALYTICS_API_KEY": "mcp_your_key_here" }
    }
  }
}
# ChatGPT connects like any MCP-capable agent:
# point it at the MCP Analytics server and authorize
# with OAuth2 or your API key.
#
# Walkthrough, auth options and troubleshooting:
mcpanalytics.ai/install
# Direct HTTP — the same surface the agents use
curl -H "Authorization: Bearer mcp_your_key_here" \
     https://api.mcpanalytics.ai/api/v1/myaccount/datasets
Get a key at your account page · full options (npx, direct key, OAuth2) in the installation guide
1Install with the snippet for your clientevery client and auth option: the installation guide
2Say: “Upload sales.csv — what’s driving churn?”
3Pick a depth when askedSnapshot ~2 min · Brief ~7 min · Deck the full study
4The report comes back — interactive, citable, yoursrefresh it on next month’s file at half price
Set up connection & account
Use from first question to owned analysis
Build on it developers & help
WHERE NEXT
setupInstall the MCP server →Connect Claude or another MCP client and run analyses from chat. buildersDeveloper guide →The REST API behind the MCP tools. helpSupport →How to reach us, and what happens when something goes wrong.