mcpbeat Sign in

Untappd MCP Server

local only

Untappd MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 418 installs a week from npm. Last commit 17 Sep 2026.

Untappd MCP — search beers/breweries/venues, read check-ins & wishlists, post check-ins

Installs per day peak 493 · avg 108 · +2% w/w
a month agotoday
418
Installs / week
npm · untappd-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Untappd MCP 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-mcp -- npx -y untappd-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "untappd-mcp": {
      "args": [
        "-y",
        "untappd-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.untappd-mcp]
command = "npx"
args = ["-y", "untappd-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "untappd-mcp": {
      "args": [
        "-y",
        "untappd-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "untappd-mcp": {
      "args": [
        "-y",
        "untappd-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UNTAPPD_USERNAME (Your Untappd username or login email.), UNTAPPD_PASSWORD (Your Untappd account password (used only for xauth login).), UNTAPPD_CLIENT_ID (Untappd mobile app client id (obtained by intercepting the app; see README).), UNTAPPD_CLIENT_SECRET (Untappd mobile app client secret.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Untappd MCP

same job, measured the same way
Untappd MCP by UnClick
by malamutemayhem

Untappd beer and brewery search, details, and activity. By UnClick.

22 installs/wk local only
I
Reddit Buddy MCP
by karanb192

Reddit MCP server - browse posts, search content, analyze users.

29 installs/wk local only
Wedyesday — wedding planning
by wedyesday-mcp

Plan a wedding in chat: search vendors, get regional costs, build a checklist and budget.

11 tools answering
X (Twitter)
by role1776

Search, read and publish X posts and manage users, lists and media via the X API v2.

local only
MCP Shield
by craftedtrust

Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers.

4 tools answering
LONG Events
by belong

Search events, conference weeks, cities, venues and artist schedules via remote MCP.

16 tools answering
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
twscrape Twitter/X (read-only)
by jsilets

Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.

142 installs/wk local only

Untappd MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Untappd MCP?
Untappd MCP 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 was installed 418 times last week.
How do I connect Untappd MCP?
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 straight from npm; nothing to host, nothing to sign up for.
How many people use Untappd MCP?
The npm package untappd-mcp was installed 418 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Untappd MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.