Grubhub MCP server β search, order, and track food delivery. By Strider Labs.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Order food delivery via Grubhub using AI agents
Part of Strider Labs β action execution for personal AI agents.
This connector is designed for personal AI agents to autonomously order food on behalf of their human. Agents can:
Example agent workflow:
Agent: "The user said they're hungry. Search for Thai restaurants near 123 Main St, find Pad Thai, add a large order to the cart, and place it with default payment method."
The agent calls:
grubhub_set_address β "123 Main St"grubhub_search_restaurants β { query: "Thai", cuisine: "Thai" }grubhub_get_restaurant β Browse menusgrubhub_add_to_cart β Add Pad Thaigrubhub_checkout β { confirm: true } to place ordergrubhub_track_order β Monitor delivery statusAll in seconds, without human intervention.
Or with npx:
Add to your ~/Library/Application Support/Claude/claude_desktop_config.json:
On first use, call grubhub_login with your email and password. The server uses Playwright browser automation to log in and saves session cookies to ~/.config/striderlabs-mcp-grubhub/cookies.json for future use.
To log out:
| Tool | Description |
|---|---|
grubhub_status | Check login status |
grubhub_login | Log in with email and password |
grubhub_logout | Clear stored session |
| Tool | Description |
|---|---|
grubhub_set_address | Set delivery address |
grubhub_search_restaurants | Search by query or cuisine |
grubhub_get_restaurant | Get restaurant details and full menu |
grubhub_add_to_cart | Add item to cart |
grubhub_view_cart | View current cart |
grubhub_clear_cart | Clear all cart items |
grubhub_checkout | Preview or place order |
| Tool | Description |
|---|---|
grubhub_track_order | Track active order status |
grubhub_get_orders | Get order history |
MIT β Strider Labs
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/grubhub)<a href="https://allmcps.com/mcp/grubhub"><img src="https://allmcps.com/api/badge/grubhub?style=directory" alt="Grubhub on AllMCPs" /></a>