umami
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 vars
UMAMI_URL UMAMI_USERNAME UMAMI_PASSWORD UMAMI_API_KEYClaude Code
claude mcp add --env UMAMI_URL= --env UMAMI_USERNAME= --env UMAMI_PASSWORD= --env UMAMI_API_KEY= umami -- npx @mikusnuz/umami-mcp
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.