Umami v3 MCP for Cloud or self-hosted analytics, with read-only, privacy-conscious defaults.
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).
Run
npx -y @obsidiancorps/umami-mcp
MCP client config
{
"mcpServers": {
"obsidiancorps-umami-analytics": {
"command": "npx",
"args": [
"-y",
"@obsidiancorps/umami-mcp"
]
}
}
}