@tetra-2023/umami-mcp

general MCP Server

MCP server for Umami Analytics with stdio + streamable-http transports and an optional bearer-token middleware for gateway deployment

VerifiedInstall Ready
generalgeneral
0 views0 stars0 forksv0.2.0MIT

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:model-context-protocol
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @tetra-2023/umami-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "tetra-2023-umami-mcp": {
      "command": "npx",
      "args": [
        "@tetra-2023/umami-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

8
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (8)

MCP_HOST

Bind address for HTTP transports

UMAMI_URL

Umami instance URL (no trailing slash)

sse

`stdio`

Variable

Description

UMAMI_API_KEY

Umami API key

UMAMI_TRANSPORT

`stdio` \

MCP_PORT

Listen port for HTTP transports

MCP_BEARER_TOKEN

Optional bearer token enforced on HTTP transports (no-op for stdio)