Odel
untappd mcp

untappd mcp

Local
@chrischallTypeScriptUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmuntappd-mcpv1.10.1

Run

npx -y untappd-mcp

MCP client config

{
  "mcpServers": {
    "untappd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "untappd-mcp"
      ]
    }
  }
}