mcpbeat Sign in

ObsidianCorps Umami Analytics MCP Server

by obsidiancorps Your server? Claim it
local only

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

Umami v3 MCP for Cloud or self-hosted analytics, with read-only, privacy-conscious defaults.

Installs per day peak 43 · avg 4 · -27% w/w
a month agotoday
47
Installs / week
npm · @obsidiancorps/umami-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: UMAMI_API_KEY (Umami Cloud API key. Configure this or one self-hosted authentication mode.), UMAMI_BASE_URL (Base URL of a self-hosted Umami instance, for example https://analytics.example.com.), UMAMI_TOKEN (Pre-issued self-hosted Umami token. Use with UMAMI_BASE_URL instead of login credentials.), UMAMI_USERNAME (Self-hosted Umami username. Use with UMAMI_BASE_URL and UMAMI_PASSWORD.), UMAMI_PASSWORD (Self-hosted Umami password. Use with UMAMI_BASE_URL and UMAMI_USERNAME.), UMAMI_TWO_FACTOR_SECRET (Optional Base32 TOTP setup secret for automatic Umami 3.3+ two-factor login.), UMAMI_DEFAULT_WEBSITE_ID (Optional default website UUID used when a tool call does not select a website.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ObsidianCorps Umami Analytics

same job, measured the same way
Hivemind
by hiveforge-sh

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

67 installs/wk local only
Obsidian Semantic Search
by dalecb

Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.

93 installs/wk local only
mwe-mcp — Memory Wiki Engine
by fr4nz82

Self-hosted multi-user memory for AI agents: a human-readable Markdown wiki with per-fragment ACL.

local only
Obsidian MCP Server
by tylern91

Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.

local only
Evc Team Relay MCP
by entire-vc

MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.

158 installs/wk local only
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

183 installs/wk local only
Enzyme
by jshph

Semantic search and AI context for your Obsidian vault. Surface patterns with catalysts.

local only
Seekstone
by shaqmughal

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

817 installs/wk local only

ObsidianCorps Umami Analytics — questions

Answers built from our own checks of this server.

Why is there no uptime for ObsidianCorps Umami Analytics?
ObsidianCorps Umami Analytics 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 @obsidiancorps/umami-mcp was installed 47 times last week.
How do I connect ObsidianCorps Umami Analytics?
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 @obsidiancorps/umami-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ObsidianCorps Umami Analytics?
The npm package @obsidiancorps/umami-mcp was installed 47 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ObsidianCorps Umami Analytics open source?
Yes — it is published under the Apache-2.0 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.