Untappd
About
Integrates with the Untappd API to enable beer search, detailed information retrieval, and user check-in access for beer-related data analysis and retrieval.
Details
- Author
- jtucker
- Repository
- jtucker/mcp-untappd-server
- Downloads
- 189
- License
- GNU General Public License v3.0
- Categories
- Search, API, Other, AI, Design, Developer Tools, Frontend, Knowledge Base, Infrastructure
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
UntappdCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/to/untappd-server/build/index.js
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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"
}
}
}
search_beer
This will search Untappd for a beer.
get_beer_info
This gets the detailed beer info via the beer_id returned from a search.
get_user_checkins
This will return a user's check-ins. (currently does not work)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"untappd": {
"cwd": null,
"env": {},
"args": [
"/path/to/untappd-server/build/index.js"
],
"shell": false,
"command": "node"
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [
"/path/to/untappd-server/build/index.js"
],
"shell": false,
"command": "node"
}
Macos
{
"cwd": null,
"env": [],
"args": [
"/path/to/untappd-server/build/index.js"
],
"shell": false,
"command": "node"
}
Windows
{
"cwd": null,
"env": [],
"args": [
"/path/to/untappd-server/build/index.js"
],
"shell": false,
"command": "node"
}
This is a simple MCP server written innodeto query theUntappd API. Unfortunately they are no longer accepting registrations for new API keys.
- search_beer: This will search Untappd for a beer
- get_beer_info: This get's the detailed beer info via thebeer_idreturned from a search.
- get_user_checkins:currently does not workThis will return a users checkin's.
To use with Claude Desktop, add the server config:
On MacOS:~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows:%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "untappd-server": { "command": "/path/to/untappd-server/build/index.js" } } }
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using theMCP Inspector, which is available as a package script:
The Inspector will provide a URL to access debugging tools in your browser.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Integrates with The Movie Database (TMDB) API, allowing AI assistants to search for movies, retrieve details, and generate related content.
Discover events, venues, and attractions using the Ticketmaster Discovery API.
Search the web using Kagi's search API
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Interact & query with Meilisearch (Full-text & semantic search API)
One API for Search, Crawling, and Sitemaps
Discover public A2A agents on the Agently platform using its public API.
Integrate with the Amazon Product Advertising API to search for products and access product information.
An AI-powered server for searching and getting recommendations for anime.
Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




