← Index

ezStats MCP

io.ezstats/ezstats-mcp·v0.2.1·Analytics
Quality Score
75
/100

Privacy-first website analytics MCP server for ezStats with analytics, SEO, goals, and MCP tools.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://go.ezstats.io/mcp/sse
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ezstats-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ezstats/ezstats-mcp"
      ],
      "env": {
        "EZSTATS_API_URL": "<ezstats_api_url>",
        "EZSTATS_API_KEY": "<your-ezstats_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ezstats-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ezstats/ezstats-mcp"
      ],
      "env": {
        "EZSTATS_API_URL": "<ezstats_api_url>",
        "EZSTATS_API_KEY": "<your-ezstats_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ezstats/ezstats-mcp
§02  Environment variables
EZSTATS_API_URL

Base ezStats Agent API URL

EZSTATS_API_KEY
requiredsecret

Your ezStats API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
5
§04  Alternatives in Analytics