Grubhub runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 17 Apr 2026.
MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add grubhub -- npx -y @striderlabs/mcp-grubhub
{
"mcpServers": {
"grubhub": {
"args": [
"-y",
"@striderlabs/mcp-grubhub"
],
"command": "npx"
}
}
}
[mcp_servers.grubhub]
command = "npx"
args = ["-y", "@striderlabs/mcp-grubhub"]
{
"mcpServers": {
"grubhub": {
"args": [
"-y",
"@striderlabs/mcp-grubhub"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"grubhub": {
"args": [
"-y",
"@striderlabs/mcp-grubhub"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.