Umami Compass for Claude Desktop
io.github.webcredo/umami-compass
Secure Umami Analytics MCP server for Cloud and self-hosted deployments
client:Claude Desktop
transport:stdio
runtime:npm
Install Umami Compass in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"umami-compass": {
"command": "npx",
"args": [
"-y",
"umami-compass"
],
"env": {
"UMAMI_API_KEY": "<UMAMI_API_KEY>",
"UMAMI_ACCESS_TOKEN": "<UMAMI_ACCESS_TOKEN>",
"UMAMI_USERNAME": "<UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<UMAMI_PASSWORD>",
"UMAMI_URL": "<UMAMI_URL>",
"UMAMI_API_URL": "<UMAMI_API_URL>",
"UMAMI_WEBSITE_IDS": "<UMAMI_WEBSITE_IDS>",
"UMAMI_TEAM_IDS": "<UMAMI_TEAM_IDS>",
"UMAMI_TOOLSETS": "<UMAMI_TOOLSETS>",
"UMAMI_MAX_RESPONSE_BYTES": "<UMAMI_MAX_RESPONSE_BYTES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs