MCP server for Grubhub - let AI agents order food delivery
{
"mcpServers": {
"grubhub": {
"args": [
"-y",
"@striderlabs/mcp-grubhub"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Grubhub - let AI agents order food delivery
Is it safe?
No known CVEs for @striderlabs/mcp-grubhub.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 24 days ago. 41 weekly downloads.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@striderlabs/mcp-grubhub' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Grubhub MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Grubhub — let AI agents order food delivery.
Built by Strider Labs.
npm install -g @striderlabs/mcp-grubhub
Or run directly with npx:
npx @striderlabs/mcp-grubhub
Add to your MCP client configuration (e.g., Claude Desktop ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"grubhub": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-grubhub"]
}
}
}
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_logout
| 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 |
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 delivery
MIT — Strider Labs