general MCP Server
MCP server for Umami Analytics with stdio + streamable-http transports and an optional bearer-token middleware for gateway deployment
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
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)
Bind address for HTTP transports
Umami instance URL (no trailing slash)
`stdio`
Description
Umami API key
`stdio` \
Listen port for HTTP transports
Optional bearer token enforced on HTTP transports (no-op for stdio)