untappd
About
MCP server exposing Untappd API tools for AI agents — full v4 read API coverage
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UNTAPPD_CLIENT_ID UNTAPPD_CLIENT_SECRET UNTAPPD_ACCESS_TOKEN UNTAPPD_USERNAME UNTAPPD_REDIRECT_URL UNTAPPD_TOKEN_PATHClaude Code
claude mcp add --env UNTAPPD_CLIENT_ID= --env UNTAPPD_CLIENT_SECRET= --env UNTAPPD_ACCESS_TOKEN= --env UNTAPPD_USERNAME= --env UNTAPPD_REDIRECT_URL= --env UNTAPPD_TOKEN_PATH= untappd -- npx untappd-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"untappd","command":"npx","args":["untappd-mcp-server"],"env":{"UNTAPPD_CLIENT_ID":"","UNTAPPD_CLIENT_SECRET":"","UNTAPPD_ACCESS_TOKEN":"","UNTAPPD_USERNAME":"","UNTAPPD_REDIRECT_URL":"","UNTAPPD_TOKEN_PATH":""}}'
JSON
{
"mcpServers": {
"untappd": {
"command": "npx",
"args": [
"untappd-mcp-server"
],
"env": {
"UNTAPPD_CLIENT_ID": "",
"UNTAPPD_CLIENT_SECRET": "",
"UNTAPPD_ACCESS_TOKEN": "",
"UNTAPPD_USERNAME": "",
"UNTAPPD_REDIRECT_URL": "",
"UNTAPPD_TOKEN_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.