← Back to browse

umami

Indexed by io.github.mikusnuz

About

MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUMAMI_URL UMAMI_USERNAME UMAMI_PASSWORD UMAMI_API_KEY
Claude Code
claude mcp add --env UMAMI_URL= --env UMAMI_USERNAME= --env UMAMI_PASSWORD= --env UMAMI_API_KEY= umami -- npx @mikusnuz/umami-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"umami","command":"npx","args":["@mikusnuz/umami-mcp"],"env":{"UMAMI_URL":"","UMAMI_USERNAME":"","UMAMI_PASSWORD":"","UMAMI_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "umami": {
      "command": "npx",
      "args": [
        "@mikusnuz/umami-mcp"
      ],
      "env": {
        "UMAMI_URL": "",
        "UMAMI_USERNAME": "",
        "UMAMI_PASSWORD": "",
        "UMAMI_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.