Home › Cloud & Monitoring › umami-mcp
umami-mcp
MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime
Topics: Monitoring
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.2.1)
npx -y @mikusnuz/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"umami-mcp": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/[email protected]"
],
"env": {
"UMAMI_URL": "<YOUR_VALUE>",
"UMAMI_USERNAME": "<YOUR_VALUE>",
"UMAMI_PASSWORD": "<YOUR_VALUE>",
"UMAMI_API_KEY": "<YOUR_VALUE>"
}
}
}
}
UMAMI_URLrequired — Your Umami instance URLUMAMI_USERNAME— Login username (for self-hosted)UMAMI_PASSWORDsecret — Login password (for self-hosted)UMAMI_API_KEYsecret — API key (for Umami Cloud)
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp-grafana
An MCP server giving access to Grafana dashboards, data and more.
sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
zabbix-mcp-server
Zabbix integration for hosts, items, triggers, templates, problems, data and more.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry