Umami MCP Server

Model Context Protocol server for the current Umami Analytics v3.3 API. It runs locally over stdio via the published package.

People who work with analytics, self hosted and umami and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-28 · ★ 8 · #28 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Umami

before you install - you'll need

Set UMAMI_USERNAME, UMAMI_PASSWORD, UMAMI_API_KEY before connecting. UMAMI_URL is optional or environment-specific per the README.

Claude Code

claude mcp add mikusnuz-umami-mcp -- npx -y @mikusnuz/umami-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mikusnuz-umami-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/umami-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @mikusnuz/umami-mcp - published under the repo owner's npm scope (@mikusnuz)

registry namespace io.github.mikusnuz is GitHub-verified and matches the repo owner

03 · What Umami can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- A pageview is sent as { "type": "event" } with no event name; the old pageview type is no longer valid. - /api/batch receives the event objects as a raw array, not { "events": [...] }. The tool returns Umami's processed, errors, and per-item details fields and marks partial failures as an MCP error result. - Collector calls set a stable non-bot User-Agent header as required by Umami; send_event and batch items may

Latest releases

v1.2.1 · 2026-03-19

Release v1.2.1

04 · Who maintains Umami

umami is maintained by mikusnuz. We track 9 MCP servers from mikusnuz - 9 actively maintained, 157 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from mikusnuz.

  1. meta-ads MCP server for Meta Marketing API - Facebook & Instagram ad campaign management ★ 78
  2. meta MCP server for Instagram Graph API, Threads API & Meta platform management ★ 24
  3. app-publish MCP server for App Store Connect & Google Play Console - iOS/Android app management ★ 33
  4. gsc MCP server for Google Search Console & Indexing API - search analytics, sitemaps, URL inspection ★ 7
  5. cws MCP server for Chrome Web Store - extension upload, publish, status, and rollout ★ 4

05 · Facts

category
data & analytics - ranked #28 of 81 actively-maintained data & analytics servers as of 2026-09-18.
registry
io.github.mikusnuz/umami (active, first published 2026-03-19)
packages
npm:@mikusnuz/umami-mcp

06 · Umami FAQ

What is Umami?

Model Context Protocol server for the current Umami Analytics v3.3 API. It runs locally over stdio via the published package.

Is Umami still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-28. We re-verify nightly.

How do I install Umami?

Run `npx -y @mikusnuz/umami-mcp`. The README documents 4 environment variables (UMAMI_URL, UMAMI_USERNAME, UMAMI_PASSWORD…) to set first. Set UMAMI_USERNAME, UMAMI_PASSWORD, UMAMI_API_KEY before connecting. UMAMI_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Umami run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Umami