Untappd Model Context Protocol Server
@jtucker
About Untappd Model Context Protocol Server
Untappd Model Context Protocol Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Untappd Model Context Protocol Server?
A simple MCP server written in Node.js to query the Untappd API. It provides three tools for searching beers, getting beer details, and retrieving user checkins (currently non‑functional). Intended for use with MCP‑compatible clients like Claude Desktop.
How to use Untappd Model Context Protocol Server?
Install dependencies with npm install, build with npm run build, then add the server configuration to your Claude Desktop config file. Run npm run watch for development with auto‑rebuild or npm run inspector for debugging with MCP Inspector.
Key features of Untappd Model Context Protocol Server
- Searches Untappd for a beer (
search_beer) - Gets detailed beer info by beer ID (
get_beer_info) - Retrieves a user’s checkins (
get_user_checkins– currently not working) - Communicates over stdio via the MCP protocol
- Built for Node.js, easy to integrate with Claude Desktop
Use cases of Untappd Model Context Protocol Server
- Look up a beer by name and get its Untappd details
- Obtain detailed beer information (e.g., ABV, brewery, rating) using a beer ID
- Retrieve a logged‑in user’s recent checkins (once the tool is fixed)
FAQ from Untappd Model Context Protocol Server
Can I still get an Untappd API key?
No. Untappd is no longer accepting registrations for new API keys, so this server can only be used with an existing, valid key.
Why does get_user_checkins not work?
The README states that this tool “currently does not work” and will return a user’s checkins once implemented.
What runtime and dependencies are required?
Node.js is required. Dependencies are installed via npm install.
Where do I configure this server for Claude Desktop?
On macOS, add the server to ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows, use %APPDATA%/Claude/claude_desktop_config.json.
How can I debug the server?
Use the MCP Inspector by running npm run inspector; it provides a URL with debugging tools.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments