Skip to content
Grok

umami mcp for Grok

io.github.asif2bd/umami-mcp

Query Umami Analytics v3 — stats, funnels, retention, attribution, UTM. Read-only by default.

client:Grok transport:stdio runtime:npm

Install umami mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "umami-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@asif2bd/umami-mcp"
      ],
      "env": {
        "UMAMI_URL": "<UMAMI_URL>",
        "UMAMI_USERNAME": "<UMAMI_USERNAME>",
        "UMAMI_PASSWORD": "<UMAMI_PASSWORD>",
        "UMAMI_API_KEY": "<UMAMI_API_KEY>",
        "UMAMI_MCP_MODE": "<UMAMI_MCP_MODE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

umami mcp in other clients