Loading MCP server directory, please wait...
Untappd MCP — search beers/breweries/venues, read check-ins & wishlists, post check-ins
npx @getmcp/cli add io.github.chrischall/untappd-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
UNTAPPD_USERNAMEYour Untappd username or login email.
UNTAPPD_PASSWORDYour Untappd account password (used only for xauth login).
UNTAPPD_CLIENT_IDUntappd mobile app client id (obtained by intercepting the app; see README).
UNTAPPD_CLIENT_SECRETUntappd mobile app client secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/untappd-mcp": {
"command": "npx",
"args": [
"-y",
"untappd-mcp"
],
"env": {
"UNTAPPD_USERNAME": "",
"UNTAPPD_PASSWORD": "",
"UNTAPPD_CLIENT_ID": "",
"UNTAPPD_CLIENT_SECRET": ""
}
}
}
}