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)
{
"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