Skip to content
Cursor

untappd for Cursor

io.github.darrenjrobinson/untappd

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

client:Cursor transport:stdio runtime:npm

Install untappd in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

untappd in other clients