Skip to content
Windsurf

grubhub for Windsurf

io.github.markswendsen-code/grubhub

MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously

client:Windsurf transport:stdio runtime:npm

Install grubhub in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "grubhub": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-grubhub"
      ],
      "env": {
        "GRUBHUB_EMAIL": "<GRUBHUB_EMAIL>",
        "GRUBHUB_PASSWORD": "<GRUBHUB_PASSWORD>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

grubhub in other clients