Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.platform.statista.ai/llms.txt

Use this file to discover all available pages before exploring further.

Install Claude Desktop

To try the Statista MCP Server with Claude Desktop, follow these steps:
  1. Install Claude Desktop (important that it’s the desktop version)
  2. Install node.js, needed for the mcp-remote integration.
  3. If you don’t already have one; create an account
  4. Open Claude Desktop

Modify configuration file

Click settings
  1. Under Settings, go to Developer
  2. Click Edit Config
Click edit config
  1. Open the claude_desktop_config.json file in a text editor
  2. Copy/paste below snippet into the file, replace YOUR_API_KEY with the provided API Key
  3. Save file
{
  "mcpServers": {
    "statista": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.statista.ai/v1/mcp",
        "--transport",
        "http-only",
        "--header",
        "x-api-key: ${API_KEY}"
      ],
      "env": {
        "API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Use the MCP Server in Claude Desktop

Once your configuration file is successfully modified and saved, close down Claude Desktop and open it again. Now, under Search and tools you should see statista enabled.
Statista tool should be enabled
You’re good to go! Now you can do market research with Statista and Claude Desktop on Mac 🎉