Skip to main content
Glama
nathanmmiller

untappd-mcp

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_HERE

Related 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 name parameter. Optionally you can provide a limit (default is 25), an offset (for "search more" functionality), and a sort ("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

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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