Skip to content
Grok

untappd for Grok

io.github.darrenjrobinson/untappd

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

client:Grok transport:stdio runtime:npm

Install untappd in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

untappd in other clients