Untappd Model Context Protocol Server
About
A simple MCP server written in Node.js to query the Untappd API. It provides tools to search for beers and retrieve detailed beer information. Untappd is no longer accepting registrations for new API keys, so an existing API key is required.
Details
- Author
- MCP-Mirror
- Downloads
- 174
- Categories
- Other
Jump to
- Search beers on Untappd using search_beer
- Get detailed beer info by beer ID with get_beer_info
- Provides a get_user_checkins tool (currently not working)
- Written in Node.js for MCP client compatibility
- Supports debugging with the MCP Inspector
Install dependencies with npm install, build with npm run build, then add the server configuration to the Claude Desktop config file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows). Use npm run watch for auto-rebuild during development. Debug via the MCP Inspector with npm run inspector. The server exposes three tools: search_beer, get_beer_info, and get_user_checkins (the last is currently non-functional).
Untappd Model Context Protocol Server
This is a simple MCP server written in node to query the Untappd API. Unfortunately they are no longer accepting registrations for new API keys.
Currently only supports 3 tools:
- search_beer: This will search Untappd for a beer
- get_beer_info: This get's the detailed beer info via the beer_id returned from a search.
- get_user_checkins: _currently does not work_ This will return a users checkin's.
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"untappd-server": {
"command": "/path/to/untappd-server/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



