Odel
umami mcp

umami mcp

Local
@asif2bd1TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@asif2bd/umami-mcpv0.1.3

Run

npx -y @asif2bd/umami-mcp

MCP client config

{
  "mcpServers": {
    "umami-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@asif2bd/umami-mcp"
      ]
    }
  }
}