← Index

io.github.markswendsen-code/grubhub

io.github.markswendsen-code/grubhub·v0.1.3·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "grubhub": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-grubhub"
      ],
      "env": {
        "GRUBHUB_EMAIL": "<grubhub_email>",
        "GRUBHUB_PASSWORD": "<your-grubhub_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "grubhub": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-grubhub"
      ],
      "env": {
        "GRUBHUB_EMAIL": "<grubhub_email>",
        "GRUBHUB_PASSWORD": "<your-grubhub_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @striderlabs/mcp-grubhub
§02  Environment variables
GRUBHUB_EMAIL
required

GrubHub email or phone for authentication

GRUBHUB_PASSWORD
requiredsecret

GrubHub account password

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other