@striderlabs/mcp-grubhub
Allows AI agents to order food delivery via Grubhub, including searching restaurants, browsing menus, managing cart, placing orders, and tracking delivery.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@striderlabs/mcp-grubhubFind a Thai restaurant near me and order Pad Thai."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-grubhub
Order food delivery via Grubhub using AI agents
Part of Strider Labs — action execution for personal AI agents.
For Agents
This connector is designed for personal AI agents to autonomously order food on behalf of their human. Agents can:
Understand context: "My user usually orders from Thai places in the morning and Italian restaurants in the evening"
Optimize for preferences: Search restaurants that match dietary restrictions, price range, or past favorites
Execute autonomously: Place complete orders (search → menu → cart → checkout) in a single agent turn
Track delivery: Monitor orders and notify the user when food is arriving
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 status
All in seconds, without human intervention.
Related MCP server: Instacart MCP Server
Features
🔐 Login with email/password via browser automation
🔍 Search restaurants by name, cuisine, or food type
📜 Browse menus with full item details and prices
🛒 Manage cart — add items, view, and clear
💳 Place orders with a confirmation step
📍 Track orders with real-time status
📋 Order history — browse past orders
💾 Persistent sessions — stay logged in across restarts
Quick Start
Install
npm install @striderlabs/mcp-grubhubOr with npx:
npx @striderlabs/mcp-grubhubClaude Desktop Configuration
Add to your ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"grubhub": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-grubhub"]
}
}
}Your Agent Can Now
"Order Thai food from nearby restaurants with delivery in under 30 minutes"
→ Agent searches → Browses menus → Places order → Confirms deliveryMetrics
Weekly downloads: 123 (Apr 10-17, 2026) — Growing Strider Labs connector
Status: ✅ Live in production
Reliability: 85%+ task completion rate
Discovery: npm, mcpservers.org, ClawHub, PulseMCP, Glama
Authentication
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:
grubhub_logoutAvailable Tools
Authentication
Tool | Description |
| Check login status |
| Log in with email and password |
| Clear stored session |
Ordering
Tool | Description |
| Set delivery address |
| Search by query or cuisine |
| Get restaurant details and full menu |
| Add item to cart |
| View current cart |
| Clear all cart items |
| Preview or place order |
Tracking
Tool | Description |
| Track active order status |
| Get order history |
Example Usage
1. grubhub_login — log in with your credentials
2. grubhub_set_address — set your delivery address
3. grubhub_search_restaurants — find a restaurant
4. grubhub_get_restaurant — browse the menu
5. grubhub_add_to_cart — add items
6. grubhub_checkout (confirm=false) — review order
7. grubhub_checkout (confirm=true) — place order
8. grubhub_track_order — track deliveryAvailable Elsewhere
mcpservers.org: Strider Labs Grubhub
Full Strider Labs: striderlabs.ai
License
MIT — Strider Labs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-grubhub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server