grubhub for Grok
io.github.markswendsen-code/grubhub
MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously
client:Grok
transport:stdio
runtime:npm
Install grubhub in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"grubhub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-grubhub"
],
"env": {
"GRUBHUB_EMAIL": "<GRUBHUB_EMAIL>",
"GRUBHUB_PASSWORD": "<GRUBHUB_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs