MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime
{
"mcpServers": {
"io-github-mikusnuz-umami": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 20 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mikusnuz/umami and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
English | 한국어
Full-coverage Model Context Protocol (MCP) server for Umami Analytics API v2.
Unlike existing Umami MCP implementations (read-only, ≤5 tools), this server provides 66 tools, 2 resources, and 2 prompts covering the entire Umami API — websites CRUD, stats, sessions, events, event-data, session-data, reports, user management, teams, realtime, account, and more.
Use this MCP when you need to:
fetch, no external HTTP librariesnpm install -g @mikusnuz/umami-mcp
Or use directly with npx:
npx @mikusnuz/umami-mcp
| Variable | Required | Description |
|----------|----------|-------------|
| UMAMI_URL | Yes | Your Umami instance URL (e.g. https://analytics.example.com) |
| UMAMI_USERNAME | For self-hosted | Login username |
| UMAMI_PASSWORD | For self-hosted | Login password |
| UMAMI_API_KEY | For Umami Cloud | API key from Umami Cloud dashboard |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"umami": {
"command": "npx",
"args": ["-y", "@mikusnuz/umami-mcp"],
"env": {
"UMAMI_URL": "https://analytics.example.com",
"UMAMI_USERNAME": "admin",
"UMAMI_PASSWORD": "your-password"
}
}
}
}
claude mcp add umami -- npx -y @mikusnuz/umami-mcp
# Set environment variables
export UMAMI_URL="https://analytics.example.com"
export UMAMI_USERNAME="admin"
export UMAMI_PASSWORD="your-password"
| Tool | Description |
|------|-------------|
| list_websites | List all tracked websites |
| get_website | Get website details by ID |
| create_website | Create a new website |
| update_website | Update website configuration |
| delete_website | Delete a website |
| get_active_visitors | Get current active visitor count |
| reset_website | Reset all analytics data for a website |
| transfer_website | Transfer website ownership to another user |
| get_website_reports | Get all reports for a website |
| Tool | Description | |------|------