Umami v3 MCP for Cloud or self-hosted analytics, with read-only, privacy-conscious defaults.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Ask questions about your self-hosted Umami analytics without sending the data to another analytics SaaS.
A secure, model-friendly Model Context Protocol server for Umami Cloud and self-hosted Umami Analytics. It targets Umami v3.3.1 and the 2026-07-28 MCP protocol, while retaining compatibility with 2025-era MCP clients.

Requirements: Node.js 20 or newer and one configured authentication mode.
Try asking:
structuredContent plus readable JSON.401.Requirements: Node.js 20 or newer.
Example MCP client configuration:
For a source checkout, replace the command with node and the arguments with the absolute path to dist/cli.js.
Choose exactly one mode:
| Mode | Variables | API base |
|---|---|---|
| Umami Cloud | UMAMI_API_KEY | Defaults to https://api.umami.is/v1 |
| Self-hosted token | UMAMI_BASE_URL, UMAMI_TOKEN | /api is added to a root URL |
| Self-hosted login | UMAMI_BASE_URL, UMAMI_USERNAME, UMAMI_PASSWORD | /api is added to a root URL |
| Self-hosted login+2FA | Login variables plus UMAMI_TWO_FACTOR_SECRET | /api is added to a root URL |
| One-off 2FA login | Login variables plus a current six-digit UMAMI_TWO_FACTOR_CODE | /api is added to a root URL |
UMAMI_TWO_FACTOR_SECRET is the Base32 setup seed shown when enrolling an authenticator. The MCP generates a six-digit SHA-1 TOTP just-in-time and never logs or returns it. Because storing the password and TOTP seed together removes the separation between factors, use a dedicated least-privilege Umami account and protect its environment. A pre-issued UMAMI_TOKEN avoids retaining either credential.
UMAMI_TWO_FACTOR_CODE is only a one-off fallback; it expires quickly and is unsuitable for normal MCP startup. Configure only one two-factor variable.
Non-local plain HTTP Umami URLs are rejected. For an explicitly trusted private network only, set UMAMI_ALLOW_INSECURE_HTTP=true.
The default read-only set is:
| Tool | Purpose |
|---|---|
umami_check_connection | Verify auth and inspect the current account |
umami_list_websites, umami_get_website | Discover and inspect sites |
umami_get_overview, umami_get_metrics | Aggregate KPIs, series, and ranked dimensions |
umami_get_realtime | Inspect the current 30-minute activity window |
umami_list_sessions, umami_inspect_session | Browse sessions, activity, properties, and replay metadata |
umami_query_session_data | Query session properties, pivots, stats, weekly traffic, and typed series |
umami_list_events, umami_query_event_data | Browse events, comparison stats, series, properties, values, and pivots |
umami_get_revenue | Fetch revenue stats, charts, dimensions, and sessions |
umami_list_replays | List replays or retrieve a replay event stream |
umami_run_report, umami_list_reports | Run or discover funnel, journey, goal, retention, attribution, UTM, revenue, performance, breakdown, and heatmap reports |
umami_list_segments | Discover segments and cohorts |
umami_list_assets | Discover boards, tracked links, and pixels |
Resources expose umami://capabilities and the live umami://websites list. Reusable prompts cover analytics review, conversion review, and realtime triage.
Most analytical tools accept either:
period: last_24_hours, last_7_days, last_30_days, last_90_days, today, yesterday, this_week, last_week, this_month, or last_month; orstartAt and endAt as epoch milliseconds or ISO 8601 timestamps with an offset.Calendar periods honor the supplied IANA timezone. Rolling periods retain the most recent data instead of rounding to midnight.
No mutation tool is registered by default.
This adds tools for creating/updating websites, segments, reports, boards/links/pixels, and sending analytics events. To additionally expose permanent reset/delete operations:
Destructive calls require confirmation strings such as RESET <website-id> or DELETE reports <report-id>. MCP annotations also identify these tools as destructive so supporting hosts can require approval.
Loopback example:
For a container or non-loopback bind, both MCP_BEARER_TOKEN and MCP_ALLOWED_HOSTS are required:
Set MCP_ALLOWED_ORIGINS to a comma-separated list of exact browser origins if browser-based MCP clients connect. Requests without an Origin header remain valid for native clients. Terminate TLS at a trusted reverse proxy; the built-in static bearer gate is suitable behind that boundary, not a replacement for OAuth on a public multi-user service.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/obsidiancorps-umami-analytics)<a href="https://allmcps.com/mcp/obsidiancorps-umami-analytics"><img src="https://allmcps.com/api/badge/obsidiancorps-umami-analytics?style=directory" alt="ObsidianCorps Umami Analytics on AllMCPs" /></a>