mcpbeat Sign in

Umami Compass MCP Server

local only

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

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

Installs per day peak 908 · avg 64 · -83% w/w
a month agotoday
78
Installs / week
npm · umami-compass
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: UMAMI_API_KEY (Umami Cloud or client API key), UMAMI_ACCESS_TOKEN (Existing self-hosted Bearer token), UMAMI_USERNAME (Self-hosted Umami username), UMAMI_PASSWORD (Self-hosted Umami password), UMAMI_URL (Self-hosted Umami instance origin), UMAMI_API_URL (Optional exact Umami API root for a reverse proxy), UMAMI_WEBSITE_IDS (Optional comma-separated website UUID allowlist), UMAMI_TEAM_IDS (Optional comma-separated team UUID allowlist), UMAMI_TOOLSETS (Comma-separated toolsets or all), UMAMI_MAX_RESPONSE_BYTES (Maximum decoded upstream JSON response size in bytes). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Umami Compass

same job, measured the same way
Alpic
by alpic-mcp

Manage your projects, debug deployments, and check analytics for any MCP server you host with Alpic.

answering
Devopness
by devopness-mcp

Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.

answering
Komodo MCP Server
by mp-tool

MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI

153 installs/wk local only
CloudPepper
by cloudpepper

Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.

answering
Orchard — Agentic Cloud Backend
by nicha404

Managed database, auth, file storage, email, analytics, and deployment for coding agents.

answering
MCP Server Cloud Fs
by nogoo9

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

43 installs/wk local only
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only

Umami Compass — questions

Answers built from our own checks of this server.

Why is there no uptime for Umami Compass?
Umami Compass 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 umami-compass was installed 78 times last week.
How do I connect Umami Compass?
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 umami-compass straight from npm; nothing to host, nothing to sign up for.
How many people use Umami Compass?
The npm package umami-compass was installed 78 times in the last week. Week over week that is -83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Umami Compass open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.