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
Yelp
star

Yelp MCP Server

Business reviews and search

reviewslocalbusinesses

About

## Yelp MCP Server: Local Business Intelligence for Applications The **Yelp MCP Server** integrates Yelp's comprehensive local business database directly into Google Antigravity, enabling AI assistants to search businesses, access reviews, and retrieve detailed venue information programmatically. This integration brings the world's largest repository of local business data and consumer reviews to your development workflow for location-aware applications. ### Why Yelp MCP? - **Massive Business Database**: Access information on millions of businesses across restaurants, services, retail, and local venues worldwide - **Rich Review Data**: Leverage authentic consumer reviews with sentiment, ratings, and detailed feedback for decision-making - **Business Details**: Retrieve comprehensive information including hours, photos, menus, amenities, and contact details - **Category Intelligence**: Search across 1000+ business categories with precise filtering and location-based results - **Transaction Integrations**: Access delivery, pickup, and reservation capabilities for supported businesses ### Key Features #### 1. Business Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find the top-rated coffee shops within 1 mile of downtown San Francisco that are open now" }], tools=[{ "name": "yelp_search", "description": "Search local businesses" }] ) ``` #### 2. Business Details ```python # Get comprehensive business information response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get detailed information about Blue Bottle Coffee including hours, photos, and popular menu items" }], tools=[{"name": "yelp_business_details", "description": "Retrieve business details"}] ) ``` #### 3. Review Analysis ```python # Analyze customer reviews response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze recent reviews for this restaurant and summarize common themes and complaints" }], tools=[{"name": "yelp_reviews", "description": "Access and analyze reviews"}] ) ``` #### 4. Category Exploration ```python # Explore business categories response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find all dog-friendly restaurants with outdoor seating in Austin, Texas" }], tools=[{"name": "yelp_categories", "description": "Search by category and attributes"}] ) ``` ### Configuration ```json { "mcpServers": { "yelp": { "command": "npx", "args": ["-y", "@anthropic/mcp-yelp"], "env": { "YELP_API_KEY": "your-yelp-api-key" } } } } ``` ### Use Cases **Location-Based Apps**: Build applications that recommend restaurants, services, and venues based on user preferences and location. **Market Research**: Analyze competitive landscapes, consumer sentiment, and business density across geographic areas. **Travel Applications**: Create itinerary planners that incorporate local dining, entertainment, and service recommendations. **Business Intelligence**: Monitor review trends, rating changes, and consumer feedback for competitive analysis. The Yelp MCP Server transforms local business discovery into a programmable experience, bringing authentic consumer insights directly into your development workflow.

Installation

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

How to Use

  1. 1Create Yelp Fusion app
  2. 2Get API key
  3. 3Search businesses and reviews

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