Secure Umami Analytics MCP server for Cloud and self-hosted deployments
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like Umami Compass.
npx -y umami-compass{
"UMAMI_API_KEY": "YOUR_SECRET_VALUE",
"UMAMI_ACCESS_TOKEN": "YOUR_SECRET_VALUE",
"UMAMI_USERNAME": "YOUR_VALUE_HERE",
"UMAMI_PASSWORD": "YOUR_SECRET_VALUE",
"UMAMI_URL": "YOUR_VALUE_HERE",
"UMAMI_API_URL": "YOUR_VALUE_HERE",
"UMAMI_WEBSITE_IDS": "YOUR_VALUE_HERE",
"UMAMI_TEAM_IDS": "YOUR_VALUE_HERE",
"UMAMI_TOOLSETS": "core,insights",
"UMAMI_MAX_RESPONSE_BYTES": "10485760"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-webcredo-umami-compass": {
"command": "npx",
"args": [
"-y",
"umami-compass"
],
"env": {
"UMAMI_API_KEY": "YOUR_SECRET_VALUE",
"UMAMI_ACCESS_TOKEN": "YOUR_SECRET_VALUE",
"UMAMI_USERNAME": "YOUR_VALUE_HERE",
"UMAMI_PASSWORD": "YOUR_SECRET_VALUE",
"UMAMI_URL": "YOUR_VALUE_HERE",
"UMAMI_API_URL": "YOUR_VALUE_HERE",
"UMAMI_WEBSITE_IDS": "YOUR_VALUE_HERE",
"UMAMI_TEAM_IDS": "YOUR_VALUE_HERE",
"UMAMI_TOOLSETS": "core,insights",
"UMAMI_MAX_RESPONSE_BYTES": "10485760"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Umami Compass is an MCP server for Secure Umami Analytics MCP server for Cloud and self-hosted deployments. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y umami-compass; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y umami-compass. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y umami-compass. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y umami-compass. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y umami-compass. Add required environment variables before starting Cursor or VS Code.
Umami Compass uses STDIO transport. Use the package or command config in Install.
Umami Compass inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Umami Compass does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
umami-compassstdio | npm | 0.5.1 | Env: UMAMI_API_KEY secret Env: UMAMI_ACCESS_TOKEN secret Env: UMAMI_USERNAME Env: UMAMI_PASSWORD secret Env: UMAMI_URL Env: UMAMI_API_URL Env: UMAMI_WEBSITE_IDS Env: UMAMI_TEAM_IDS Env: UMAMI_TOOLSETS Env: UMAMI_MAX_RESPONSE_BYTES |