umami for Grok
io.github.mikusnuz/umami
MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime
client:Grok
transport:stdio
runtime:npm
Install umami in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"umami": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mikusnuz/umami-mcp"
],
"env": {
"UMAMI_URL": "<UMAMI_URL>",
"UMAMI_USERNAME": "<UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<UMAMI_PASSWORD>",
"UMAMI_API_KEY": "<UMAMI_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs