Skip to content
Cursor

umami mcp for Cursor

io.github.asif2bd/umami-mcp

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

client:Cursor transport:stdio runtime:npm

Install umami mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

umami mcp in other clients