Back to directory
jakeyshakey/umami_mcp_server

jakeyshakey/umami_mcp_server

@jakeyShakey

A Model Context Protocol (MCP) server that enhances Claude's capabilities by providing access to website analytics data from Umami.

analyticsumamiwebsite-analyticsclaudemcpdata-visualizationcontext

Installation & Configuration

{
  "mcpServers": {
    "analytics_service": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/analytics_service",
        "run",
        "analytics-service"
      ],
      "env": {
        "UMAMI_API_URL": "https://example.com",
        "UMAMI_USERNAME": "yourUmamiUsername",
        "UMAMI_PASSWORD": "yourUmamiPassword",
        "UMAMI_TEAM_ID": "yourUmamiTeamId"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15