Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Grubhub
coffee

Grubhub MCP Server

Food ordering platform

foodorderingrestaurants

About

## Grubhub MCP Server: Food Ordering Platform The **Grubhub MCP Server** integrates the Grubhub food ordering platform into Google Antigravity, enabling AI-assisted restaurant discovery, order management, and delivery coordination for convenient dining. ### Why Grubhub MCP? - **Wide Selection**: Access thousands of local and chain restaurants for delivery or pickup - **Smart Search**: Find restaurants by cuisine, dietary restrictions, and delivery time - **Order Tracking**: Real-time order and delivery tracking with status updates - **Reorder Favorites**: Quick access to past orders and favorite items - **Special Offers**: Access deals, promotions, and loyalty rewards ### Key Features #### 1. Restaurant Discovery ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find vegetarian-friendly restaurants with delivery under 45 minutes" }] ) ``` #### 2. Order Management ```python # Manage orders response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Place an order for pizza with custom toppings for delivery at 7 PM" }] ) ``` #### 3. Order Status ```python # Track order response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Check the status of my current order and estimated arrival time" }] ) ``` #### 4. Favorites ```python # Access favorites response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my saved restaurants and frequently ordered items" }] ) ``` ### Configuration ```json { "mcpServers": { "grubhub": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-grubhub"], "env": { "GRUBHUB_API_KEY": "your-api-key", "GRUBHUB_USER_ADDRESS": "your-delivery-address" } } } } ``` ### Use Cases **Quick Meals**: Order food quickly from favorite restaurants. **Dietary Needs**: Find restaurants matching specific dietary requirements. **Scheduled Orders**: Plan meals ahead with scheduled delivery times. **Deal Finding**: Discover promotions and save on orders. The Grubhub MCP Server brings food delivery convenience into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "grubhub": {
      "mcpServers": {
        "grubhub": {
          "env": {
            "GRUBHUB_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "grubhub-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Grubhub API access
  2. 2Configure API key
  3. 3Order food

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers