Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Untappd in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.
Prueba a pedir
Prompts de ejemplo para Untappd
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Untappd, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Untappd + Claude
Search Untappd's beer database from any AI assistant. Find beers by name, brewery, or style; read beer detail with ratings; look up venues and check-ins. 4 tools, requires free Untappd API client_id + client_secret.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
UNTAPPD_CLIENT_ID, UNTAPPD_CLIENT_SECRET
Paso 1 — Obtener credenciales
This connector wraps Untappd's REST API (api.untappd.com/v4).
Setup: Untappd requires a free API client_id + client_secret. Apply for them at https://untappd.com/api/register. Approval is usually fast.
Provide:
UNTAPPD_CLIENT_ID— your app's client IDUNTAPPD_CLIENT_SECRET— your app's client secret
What's exposed: public, unauthenticated endpoints (no user OAuth needed for basic search + lookup). For per-user data (your check-ins, your wishlist), you'd need OAuth — not included in this connector.
Rate limits: Untappd publishes 100 req/hour per client. The connector does not auto-retry on 429; respect the limit.
…(continued in the in-app connector instructions)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añade el connector Untappd a Claude
Cinco clics en dos pestañas — recorremos cada pantalla. Necesitas la URL del servidor MCP del Paso 2 y tu login de AnythingMCP a mano.
1. Abre Customize → Connectors en Claude
En Claude ve a Customize → Connectors (claude.ai/customize/connectors) y haz clic en el botón + arriba a la derecha.

claude.ai/customize/connectorsDisponible en Claude Pro, Team, Enterprise.
2. Pega la URL del servidor MCP
Pega la URL del Paso 2 — https://cloud.anythingmcp.com/mcp/<tu-id>. Sin nombre, sin auth header, sin ajustes avanzados: solo la URL. Luego pulsa Add.

Cada connector tiene su URL única — privada y revocable.
3. Pulsa Connect
El connector aparece con el icono de AnythingMCP. Claude muestra "You are not connected to AnythingMCP yet." Haz clic en Connect — Claude abre AnythingMCP en una nueva pestaña.

4. Autoriza a Claude en AnythingMCP
Inicia sesión con tus credenciales de AnythingMCP. Una vez por navegador; la sesión persiste.

cloud.anythingmcp.com/oauth/authorizeTu contraseña nunca llega a Claude — handshake OAuth estándar.
5. Todas las herramientas Untappd aparecen en Claude
Claude auto-descubre todas las herramientas Untappd. Por herramienta: permitir siempre, preguntar cada vez o nunca. Listo.

Listo — empieza. Prueba: "Busca en Untappd una Hazy IPA con al menos 4.0 estrellas, elaborada en Bélgica." Claude descubrirá las herramientas y las llamará por sí solo.
Herramientas disponibles
| Tool | What it does |
|---|---|
untappd_search_beer | Search Untappd for beers by free-text query (name, brewery, style) |
untappd_get_beer | Full detail of one beer by ID — brewery, style, ABV, IBU, ratings, recent check-ins, label |
untappd_search_brewery | Search Untappd for breweries by free-text query |
untappd_get_brewery | Full detail of one brewery by ID — location, beer list, social stats |
FAQ
¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.
Siguientes pasos
¿Te ha sido útil esta guía?