Untappd runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 7 Sep 2026.
MCP server exposing Untappd API tools for AI agents — full v4 read API coverage
Today is the operative word: we check Untappd every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add untappd -- npx -y untappd-mcp-server
{
"mcpServers": {
"untappd": {
"args": [
"-y",
"untappd-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.untappd]
command = "npx"
args = ["-y", "untappd-mcp-server"]
{
"mcpServers": {
"untappd": {
"args": [
"-y",
"untappd-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"untappd": {
"args": [
"-y",
"untappd-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
UNTAPPD_CLIENT_ID (Untappd API Client ID), UNTAPPD_CLIENT_SECRET (Untappd API Client Secret), UNTAPPD_ACCESS_TOKEN (Untappd OAuth access token — unlocks the friend feed tool, user-scoped rate limits, and richer /user data. Optional: can instead be obtained interactively via the authenticate_untappd tool or `npx untappd-mcp-server auth` (stored in ~/.untappd-mcp-server/token.json)), UNTAPPD_USERNAME (Default username for authenticated user tools), UNTAPPD_REDIRECT_URL (OAuth redirect URL for interactive authentication — must exactly match the Callback URL registered in your Untappd app settings; default http://localhost:8737/callback), UNTAPPD_TOKEN_PATH (Override path for the saved token file; default ~/.untappd-mcp-server/token.json).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Nginx Proxy Manager with full API coverage (43 tools)
Read-only evidence for the tools agents run: MCP server records, coverage and policy.
Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).
A local MCP server with full Figma REST API coverage.
MCP server for Paperless-ngx 3.x — full REST API coverage, schema-aware, token-frugal.
MCP server exposing Galaxy UI components — manifests, source code, and framework coverage
MCP server for medicare-coverage
Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.
Answers built from our own checks of this server.