Skip to content
Claude Desktop

umami mcp for Claude Desktop

io.github.asif2bd/umami-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install umami mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "umami-mcp": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

umami mcp in other clients