mcpbeat Sign in

Untappd MCP Server

local only

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

Installs per day peak 162 · avg 22 · -88% w/w
a month agotoday
70
Installs / week
npm · untappd-mcp-server
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add untappd -- npx -y untappd-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "untappd": {
      "args": [
        "-y",
        "untappd-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.untappd]
command = "npx"
args = ["-y", "untappd-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "untappd": {
      "args": [
        "-y",
        "untappd-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Untappd

same job, measured the same way
A
Nginx Proxy Manager
by baeck

MCP server for Nginx Proxy Manager with full API coverage (43 tools)

98 installs/wk local only
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
Robokassa MCP
by artgas1

Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).

76 installs/wk local only
Figma MCP Server
by planetabhi

A local MCP server with full Figma REST API coverage.

1 772 installs/wk local only
Paperless-ngx
by tobee89

MCP server for Paperless-ngx 3.x — full REST API coverage, schema-aware, token-frugal.

34 installs/wk local only
Galaxy UI MCP Server
by buikevin

MCP server exposing Galaxy UI components — manifests, source code, and framework coverage

local only
Medicare Coverage
by pipeworx-io

MCP server for medicare-coverage

58 tools answering
Mac Mail MCP
by wagamama

Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.

182 installs/wk local only

Untappd — questions

Answers built from our own checks of this server.

Why is there no uptime for Untappd?
Untappd runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package untappd-mcp-server was installed 70 times last week.
How do I connect Untappd?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls untappd-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Untappd?
The npm package untappd-mcp-server was installed 70 times in the last week. Week over week that is -88%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Untappd open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.