Skip to content
Windsurf

untappd mcp for Windsurf

io.github.chrischall/untappd-mcp

Untappd MCP — search beers/breweries/venues, read check-ins & wishlists, post check-ins

client:Windsurf transport:stdio runtime:npm

Install untappd mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "untappd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "untappd-mcp"
      ],
      "env": {
        "UNTAPPD_USERNAME": "<UNTAPPD_USERNAME>",
        "UNTAPPD_PASSWORD": "<UNTAPPD_PASSWORD>",
        "UNTAPPD_CLIENT_ID": "<UNTAPPD_CLIENT_ID>",
        "UNTAPPD_CLIENT_SECRET": "<UNTAPPD_CLIENT_SECRET>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

untappd mcp in other clients