Skip to content
Cline

untappd for Cline

io.github.darrenjrobinson/untappd

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

client:Cline transport:stdio runtime:npm

Install untappd in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

untappd in other clients