Umami
Rank #16,126io.github.mikusnuz/umami
MCP server providing umami capabilities
Umami is a Model Context Protocol (MCP) server published by mikusnuz. It ranks #16,126 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Umami is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 18, 2026 and most recently updated on Mar 19, 2026.
Ranks ahead of 99,334 of 115,460 servers on MCP Toplist.
Use Umami
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add umami -e "UMAMI_URL=<your UMAMI_URL>" -e "UMAMI_USERNAME=<your UMAMI_USERNAME>" -e "UMAMI_PASSWORD=<your UMAMI_PASSWORD>" -e "UMAMI_API_KEY=<your UMAMI_API_KEY>" -- npx -y @mikusnuz/umami-mcpReplace each placeholder with your own value before saving.
[mcp_servers.umami]
command = "npx"
args = ["-y", "@mikusnuz/umami-mcp"]
[mcp_servers.umami.env]
UMAMI_URL = "<your UMAMI_URL>"
UMAMI_USERNAME = "<your UMAMI_USERNAME>"
UMAMI_PASSWORD = "<your UMAMI_PASSWORD>"
UMAMI_API_KEY = "<your UMAMI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"umami": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/umami-mcp"
],
"env": {
"UMAMI_URL": "<your UMAMI_URL>",
"UMAMI_USERNAME": "<your UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<your UMAMI_PASSWORD>",
"UMAMI_API_KEY": "<your UMAMI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"umami": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/umami-mcp"
],
"env": {
"UMAMI_URL": "<your UMAMI_URL>",
"UMAMI_USERNAME": "<your UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<your UMAMI_PASSWORD>",
"UMAMI_API_KEY": "<your UMAMI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"umami": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mikusnuz/umami-mcp"
],
"env": {
"UMAMI_URL": "<your UMAMI_URL>",
"UMAMI_USERNAME": "<your UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<your UMAMI_PASSWORD>",
"UMAMI_API_KEY": "<your UMAMI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"umami": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/umami-mcp"
],
"env": {
"UMAMI_URL": "<your UMAMI_URL>",
"UMAMI_USERNAME": "<your UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<your UMAMI_PASSWORD>",
"UMAMI_API_KEY": "<your UMAMI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"umami": {
"command": "npx",
"args": [
"-y",
"@mikusnuz/umami-mcp"
],
"env": {
"UMAMI_URL": "<your UMAMI_URL>",
"UMAMI_USERNAME": "<your UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<your UMAMI_PASSWORD>",
"UMAMI_API_KEY": "<your UMAMI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mikusnuz%2Fumami)<a href="https://mcptoplist.com/server/io.github.mikusnuz%2Fumami"><img src="https://mcptoplist.com/badge/io.github.mikusnuz%2Fumami.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mikusnuz
Other servers by mikusnuz
- Meta Ads#3,777 · 2 vers
- App Publish#4,631 · 2 vers
- Meta#6,317 · 2 vers
- Gsc#10,487 · 2 vers
- agent-link-mcp#19,588 · 2 vers
- Cws#21,006 · 2 vers
- Pexbot MCP#27,642 · 3 vers
- Dynadot#31,598 · 2 vers
- Npm#42,798 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.2.1 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Umami?
- Umami is maintained by mikusnuz, which publishes 10 MCP servers (21 total versions) tracked on MCP Toplist.
- Is Umami listed on the Official MCP Registry?
- Yes — Umami is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Umami have?
- MCP Toplist tracks 2 versions of Umami, most recently published on Mar 19, 2026.
- Where can I find the source code for Umami?
- The source code for Umami is hosted at github.com/mikusnuz/umami-mcp.