Odel
untappd mcp server

untappd mcp server

Local
@darrenjrobinsonTypeScriptMITUpdated Today

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmuntappd-mcp-serverv2.0.1

Run

npx -y untappd-mcp-server

MCP client config

{
  "mcpServers": {
    "untappd-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "untappd-mcp-server"
      ]
    }
  }
}