Skip to content
Cursor

untappd mcp for Cursor

io.github.chrischall/untappd-mcp

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

client:Cursor transport:stdio runtime:npm

Install untappd mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "untappd-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

untappd mcp in other clients