Skip to content
Windsurf

umami mcp for Windsurf

io.github.asif2bd/umami-mcp

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

client:Windsurf transport:stdio runtime:npm

Install umami mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

umami mcp in other clients