MCP Hub
Back to servers

Untappd

MCP (Model Context Protocol) Server. Provides a bridge to the Untappd beer tracking API, enabling search and retrieval of detailed beer and brewery information through a robust TypeScript implementation.

Validated
Jan 11, 2026

untapped-mcp

A Untapped MCP server to be used with claude.

Setup

Get API Key

Usage with Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "Untappd": {
      "command": "node",
      "args": ["/Users/user/projects/untapped-mcp/build/index.js"],
      "env": {
        "UNTAPPED_API_CLIENT_ID": "<YOUR_CLIENT_ID>",
        "UNTAPPED_API_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review