Odel
ObsidianCorps Umami Analytics

ObsidianCorps Umami Analytics

Local
@obsidiancorpsTypeScriptApache-2.0Updated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@obsidiancorps/umami-mcpv0.1.2

Run

npx -y @obsidiancorps/umami-mcp

MCP client config

{
  "mcpServers": {
    "obsidiancorps-umami-analytics": {
      "command": "npx",
      "args": [
        "-y",
        "@obsidiancorps/umami-mcp"
      ]
    }
  }
}