untappd for Windsurf
io.github.darrenjrobinson/untappd
MCP server exposing Untappd API tools for AI agents — full v4 read API coverage
client:Windsurf
transport:stdio
runtime:npm
Install untappd in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs