Untappd
Rank #43,516io.github.darrenjrobinson/untappd
MCP server providing untappd capabilities
Untappd is a Model Context Protocol (MCP) server published by darrenjrobinson. It ranks #43,516 of 115,460 servers tracked on MCP Toplist. Untappd is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Mar 30, 2026.
Ranks ahead of 71,944 of 115,460 servers on MCP Toplist.
Use Untappd
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add untappd -e "UNTAPPD_CLIENT_ID=<your UNTAPPD_CLIENT_ID>" -e "UNTAPPD_CLIENT_SECRET=<your UNTAPPD_CLIENT_SECRET>" -- npx -y untappd-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.untappd]
command = "npx"
args = ["-y", "untappd-mcp-server"]
[mcp_servers.untappd.env]
UNTAPPD_CLIENT_ID = "<your UNTAPPD_CLIENT_ID>"
UNTAPPD_CLIENT_SECRET = "<your UNTAPPD_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"untappd": {
"command": "npx",
"args": [
"-y",
"untappd-mcp-server"
],
"env": {
"UNTAPPD_CLIENT_ID": "<your UNTAPPD_CLIENT_ID>",
"UNTAPPD_CLIENT_SECRET": "<your UNTAPPD_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"untappd": {
"command": "npx",
"args": [
"-y",
"untappd-mcp-server"
],
"env": {
"UNTAPPD_CLIENT_ID": "<your UNTAPPD_CLIENT_ID>",
"UNTAPPD_CLIENT_SECRET": "<your UNTAPPD_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"untappd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"untappd-mcp-server"
],
"env": {
"UNTAPPD_CLIENT_ID": "<your UNTAPPD_CLIENT_ID>",
"UNTAPPD_CLIENT_SECRET": "<your UNTAPPD_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"untappd": {
"command": "npx",
"args": [
"-y",
"untappd-mcp-server"
],
"env": {
"UNTAPPD_CLIENT_ID": "<your UNTAPPD_CLIENT_ID>",
"UNTAPPD_CLIENT_SECRET": "<your UNTAPPD_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"untappd": {
"command": "npx",
"args": [
"-y",
"untappd-mcp-server"
],
"env": {
"UNTAPPD_CLIENT_ID": "<your UNTAPPD_CLIENT_ID>",
"UNTAPPD_CLIENT_SECRET": "<your UNTAPPD_CLIENT_SECRET>"
}
}
}
}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.darrenjrobinson%2Funtappd)<a href="https://mcptoplist.com/server/io.github.darrenjrobinson%2Funtappd"><img src="https://mcptoplist.com/badge/io.github.darrenjrobinson%2Funtappd.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
darrenjrobinson
Other servers by darrenjrobinson
- Entra News#5,988 · 3 vers
- graph-atlas-mcp#6,773 · 5 vers
- Microsoft Entra SCIM#10,946 · 2 vers
- Entra.Chat Podcast MCP Server#14,304 · 1 ver
- entrapulse-polyarchy#15,340 · 4 vers
- microsoft-ai-roundup-mcp#18,383 · 1 ver
- Hibp#20,667 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Untappd?
- Untappd is maintained by darrenjrobinson, which publishes 8 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Untappd listed on the Official MCP Registry?
- Yes — Untappd is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Untappd have?
- MCP Toplist tracks 2 versions of Untappd, most recently published on Mar 30, 2026.
- Where can I find the source code for Untappd?
- The source code for Untappd is hosted at github.com/darrenjrobinson/untappd-mcp-server.