mcpbeat Sign in

Umami MCP Server

local only

Umami runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from npm. Last commit 28 Aug 2026.

MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime

Installs per day peak 43 · avg 20 · +309% w/w
a month agotoday
116
Installs / week
npm · @mikusnuz/umami-mcp
8
Stars
1 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Umami every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add umami -- npx -y @mikusnuz/umami-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "umami": {
      "args": [
        "-y",
        "@mikusnuz/umami-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.umami]
command = "npx"
args = ["-y", "@mikusnuz/umami-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "umami": {
      "args": [
        "-y",
        "@mikusnuz/umami-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "umami": {
      "args": [
        "-y",
        "@mikusnuz/umami-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UMAMI_URL (Your Umami instance URL), UMAMI_USERNAME (Login username (for self-hosted)), UMAMI_PASSWORD (Login password (for self-hosted)), UMAMI_API_KEY (API key (for Umami Cloud)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Umami

same job, measured the same way
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
DevDome Analytics
by devdome

Website traffic, bot reports, realtime visitors and site health for your DevDome sites

10 tools answering
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

1 756 installs/wk local only
Sheriff
by ryansmith4

MCP server for fixing static analysis issues from SARIF reports with AI agents

local only
Startup Finance Metrics
by mayanktalwar0

An MCP server for analyzing startup financial health and generating metrics reports locally.

109 installs/wk local only
Admob MCP Server
by parksanggwon

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

62 installs/wk local only
Nvoip MCP Server
by com-nvoip

Secure Nvoip MCP server for reports, call analytics, service quality, and business insights.

answering
Kontur Focus MCP
by theyahia

MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty

39 installs/wk local only

Umami — questions

Answers built from our own checks of this server.

Why is there no uptime for Umami?
Umami runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mikusnuz/umami-mcp was installed 116 times last week.
How do I connect Umami?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mikusnuz/umami-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Umami?
The npm package @mikusnuz/umami-mcp was installed 116 times in the last week. Week over week that is +309%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Umami open source?
Yes — it is published under the MIT licence, written in TypeScript, 8 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.