mcpbeat Sign in

Umami MCP Server

local only

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

Query Umami Analytics v3 — stats, funnels, retention, attribution, UTM. Read-only by default.

Installs per day peak 346 · avg 25
a month agotoday
757
Installs / week
npm · @asif2bd/umami-mcp
1
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Umami MCP 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-mcp -- npx -y @asif2bd/umami-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "umami-mcp": {
      "args": [
        "-y",
        "@asif2bd/umami-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.umami-mcp]
command = "npx"
args = ["-y", "@asif2bd/umami-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "umami-mcp": {
      "args": [
        "-y",
        "@asif2bd/umami-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "umami-mcp": {
      "args": [
        "-y",
        "@asif2bd/umami-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Umami MCP

same job, measured the same way
Churn Solution
by churnsolution

Query Churn Solution cancellation-flow metrics, revenue, and feedback analytics (read-only).

answering
Dotplot MCP
by brownglasses

Product analytics for user flows: aha moments, retention, funnels, per-user dot plots. YC method.

203 installs/wk local only
MCP Clickhouse
by infoinlet-marketplace

Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.

44 installs/wk local only
Analytics
by zenovay

Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites.

answering
Plausible Analytics
by usefulapi

Query site stats, realtime visitors, breakdowns and goals from Plausible Analytics.

8 tools answering
Umami
by mikusnuz

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

169 installs/wk local only
Logly
by logly-uk

Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client.

45 installs/wk local only
Convalytics
by dan-cleary

Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.

15 tools answering

Umami MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Umami MCP?
Umami MCP 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 @asif2bd/umami-mcp was installed 757 times last week.
How do I connect Umami MCP?
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 @asif2bd/umami-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Umami MCP?
The npm package @asif2bd/umami-mcp was installed 757 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Umami MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.