← Back to Plugins
MCP Server MCP

io.github.chrischall/untappd-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "untappd-mcp",
      "version": "1.8.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Untappd username or login email.",
          "isRequired": true,
          "format": "string",
          "name": "UNTAPPD_USERNAME"
        },
        {
          "description": "Your Untappd account password (used only for xauth login).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UNTAPPD_PASSWORD"
        },
        {
          "description": "Untappd mobile app client id (obtained by intercepting the app; see README).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UNTAPPD_CLIENT_ID"
        },
        {
          "description": "Untappd mobile app client secret.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "UNTAPPD_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...