Umami MCP Server

Full-coverage Model Context Protocol (MCP) server for Umami Analytics API v2. Its 40 documented tools cover website, event, session, data. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-19 · ★ 6 · #48 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Umami

before you install - you'll need

Set UMAMI_URL, UMAMI_USERNAME, UMAMI_PASSWORD before connecting.

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.

What you can build

With this server connected, an agent can list all tracked websites, get website details by ID, create a new website, and update website configuration.

Capability map

Tools grouped from the project's README - what Umami lets an agent do.

read & search

9 tools - e.g. List all tracked websites; Get current active visitor count; Summary statistics (pageviews, visitors, bounce rate, etc.)

list_websites · get_active_visitors · get_stats · get_pageviews · get_metrics · get_events…

Website

7 tools - e.g. Get website details by ID; Create a new website; Update website configuration

get_website · create_website · update_website · delete_website · reset_website · transfer_website…

Event

7 tools - e.g. Event metrics over time (event series); Send custom events/pageviews (server-side tracking); Event/session property values

get_event_series · send_event · get_event_values · get_event_data_events · get_event_data_fields · get_event_data_values…

Session

6 tools - e.g. Summarized session statistics; Session details; Session activity log

get_session_stats · get_session · get_session_activity · get_session_properties · get_session_data_properties · get_session_data_values

Report

5 tools - e.g. Get report details; Create and save a report; Update an existing report

get_report · create_report · update_report · delete_report · run_report

User

3 tools - e.g. Create a new user (username, password, role); Get user details; Update user (username, password, or role)

create_user · get_user · update_user

Sessions

2 tools - e.g. Session listing with filters; Weekly session data

get_sessions · get_sessions_weekly

Batch

1 tool - e.g. Send multiple events in a single batch request

batch_events

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, 135 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 ★ 70
  2. meta MCP server for Instagram Graph API, Threads API & Meta platform management ★ 20
  3. app-publish MCP server for App Store Connect & Google Play Console - iOS/Android app management ★ 26
  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 ★ 3

05 · Facts

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

06 · Umami FAQ

Is Umami still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-19. We re-verify nightly.

What can Umami do?

With this server connected, an agent can list all tracked websites, get website details by ID, create a new website, and update website configuration.

How do I install Umami?

Run `npx -y @mikusnuz/umami-mcp`. The README documents 3 environment variables (UMAMI_URL, UMAMI_USERNAME, UMAMI_PASSWORD) to set first. Set UMAMI_URL, UMAMI_USERNAME, UMAMI_PASSWORD before connecting. 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

More data & analytics MCP servers · Muxinc MCP Server · Singapore MCP by Olano · OpenPulsechain Analytics · CallRail MCP

More TypeScript MCP servers · Imagenate · Apple Shortcuts (mindstone) · Browser Automation · Browserbase · Canary · see all