untappd-mcp
Provides tools for searching beers on Untappd, allowing AI agents to find beers by name, with optional pagination and sorting by name or checkin count.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@untappd-mcpsearch for hazy IPAs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Untappd MCP Server (untappd-mcp)
Untappd MCP Server is a Python MCP server for Untappd connectivity. It is not affiliated in any way with Untappd.
Usage
To use the Untappd MCP Server, you must have an API Client ID and Client Secret. Consult https://untappd.com/api/ for information on how to onboard to the Untappd API. Note that currently (as of August 2026), Untappd is not onboarding non-commercial APIs.
Add your Client ID and Client Secret to .env as:
CLIENT_ID=CLIENT_ID_HERE
CLIENT_SECRET=CLIENT_SECRET_HERERelated MCP server: ls-apis-mcp
Running the Server
uv run mcp dev src/untappd_mcp/server.py
Integration
This is built on the MCP Python SDK and it is recommended you follow the instructions at Connect To A Real Host to integrate with Claude, Cursor, VS Code, etc.
Tools
Currently the Untappd MCP supports the following tools:
Beer Search (search_for_beer) - searches for beers with the requested
nameparameter. Optionally you can provide alimit(default is 25), anoffset(for "search more" functionality), and asort("name" - sorts by name instead of by checkin count).
Affiliation
untappd-mcp is not affiliated in any way with Untappd and is an independent hobby project.
Contributions
PRs are always welcome. Please first raise an issue before raising a PR to implement the solution.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA local-first MCP server for tracking beer releases on Vinmonopolet, enabling users to search new and upcoming beers, check store stock, find nearby stores, and manage watchlists.Last updated31MIT
- AlicenseAqualityAmaintenanceMCP server for searching and discovering 4,000+ public APIsLast updated3MIT
- AlicenseBqualityDmaintenanceMCP server that enables searching books by author via Open Library API and searching keywords inside local text files.Last updated242MIT
- Alicense-qualityDmaintenanceMCP server that searches and retrieves Magic: The Gathering card data from the Scryfall API.Last updated24MIT
Related MCP Connectors
MCP server for Google search results via SERP API
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nathanmmiller/untappd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server