Grubhub
Rank #39,133io.github.markswendsen-code/grubhub
MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously
Grubhub is a Model Context Protocol (MCP) server published by markswendsen-code. It ranks #39,133 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Grubhub is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 76,327 of 115,460 servers on MCP Toplist.
Use Grubhub
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add grubhub -- npx -y @striderlabs/mcp-grubhub[mcp_servers.grubhub]
command = "npx"
args = ["-y", "@striderlabs/mcp-grubhub"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"grubhub": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-grubhub"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"grubhub": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-grubhub"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"grubhub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-grubhub"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"grubhub": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-grubhub"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"grubhub": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-grubhub"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.markswendsen-code%2Fgrubhub)<a href="https://mcptoplist.com/server/io.github.markswendsen-code%2Fgrubhub"><img src="https://mcptoplist.com/badge/io.github.markswendsen-code%2Fgrubhub.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
markswendsen-code
Other servers by markswendsen-code
- Instacart#12,609 · 7 vers
- Doordash#13,236 · 8 vers
- Walmart#28,101 · 2 vers
- Delta#30,085 · 1 ver
- Ubereats#34,138 · 1 ver
- @striderlabs/mcp-marriott#34,223
- Chase MCP Server#38,095
- MCP Booking#39,494
- Southwest#39,943 · 1 ver
- Crunchyroll#43,596 · 2 vers
- Opentable#43,597 · 2 vers
- Target#43,598 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.1.3 | Apr 17, 2026 |
| 0.1.1 | Mar 15, 2026 |
| 0.1.0 | Mar 10, 2026 |
Frequently asked questions
- Who maintains Grubhub?
- Grubhub is maintained by markswendsen-code, which publishes 87 MCP servers (38 total versions) tracked on MCP Toplist.
- Is Grubhub listed on the Official MCP Registry?
- Yes — Grubhub is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Grubhub have?
- MCP Toplist tracks 3 versions of Grubhub, most recently published on Apr 17, 2026.
- Where can I find the source code for Grubhub?
- The source code for Grubhub is hosted at github.com/markswendsen-code/mcp-grubhub.