Food ordering platform
Connect to Grubhub for restaurant search and food ordering.
{
"mcpServers": {
"grubhub": {
"mcpServers": {
"grubhub": {
"env": {
"GRUBHUB_API_KEY": "your-api-key"
},
"args": [
"-y",
"grubhub-mcp-server"
],
"command": "npx"
}
}
}
}
}