Y

Yelp MCP

The MCP server project of Yelp Fusion AI provides natural - language - based local business search and interaction functions, supporting multi - turn conversations, business queries, and restaurant reservations.
2.5 points
1

What is the Yelp Fusion AI MCP Server?

The Yelp Fusion AI MCP Server is a tool based on the Model Context Protocol (MCP) that allows users to interact with local businesses through natural language. It can answer questions about businesses, provide search results, and support multi - turn conversations.

How to use the Yelp Fusion AI MCP Server?

Users can connect to the server by configuring an MCP client (such as Claude, Cursor, or VS Code). Simply provide the API key and set the correct parameters to start using the service.

Use Cases

Suitable for scenarios that require natural language queries for local business information, such as finding restaurants, obtaining business details, and conducting multi - turn conversations.

Main Features

Natural Language SearchUsers can ask questions in natural language, such as 'Find the best sushi restaurants in San Francisco'.
Multi - Turn Conversation SupportSupports follow - up questions, such as 'Which of these options have outdoor seating?'
Direct Business QueryCan directly inquire about specific business information, such as 'Does Ricky’s allow pets?'
Restaurant ReservationCan reserve a restaurant through natural language, such as 'Reserve a table for four at Ricky’s at 8 pm tomorrow night'.

Advantages and Limitations

Advantages
Supports natural language interaction, enhancing the user experience
Enables multi - turn conversations, increasing interactivity
Provides detailed business information and real - time data
Limitations
Some features (such as reservations) require additional application
Requires a valid Yelp API key to use
Depends on the data update frequency of Yelp

How to Use

Install Dependencies
Ensure that Python 3.10+ and the uv package manager are installed. Run `make install` to install project dependencies.
Get an API Key
Visit the Yelp developer page to create an application and obtain an API key.
Configure the MCP Client
Set up the MCP client according to the provided JSON configuration file, ensuring that the environment variables include YELP_API_KEY.
Run the Server
Use `uv run mcp-yelp-agent` to start the server, or build and run a Docker image.

Usage Examples

Find the Best BurritosA user wants to find the best burrito restaurants in San Francisco.
Inquire about Business InformationA user wants to know if a certain restaurant allows pets.
Reserve a RestaurantA user wants to reserve a table tonight.

Frequently Asked Questions

What API key is required to use this service?
How to get a Yelp API key?
Does it support multi - turn conversations?
How to run a Docker image?
Is the reservation function available?

Related Resources

Yelp Fusion AI Documentation
Official documentation that details the functions and usage of Yelp Fusion AI.
Yelp Developer Portal
The official website to create applications and obtain API keys.
Model Context Protocol Official Website
Learn detailed information about the Model Context Protocol (MCP).
GitHub Repository
The GitHub source code repository for this project.
Installation
Copy the following command to your Client for configuration
{
  "mcpServers": {
    "yelp_agent": {
      "command": "uv",
      "args": [
        "--directory",
        "<PATH_TO_YOUR_CLONED_PROJECT_DIRECTORY>",
        "run",
        "mcp-yelp-agent"
      ],
      "env": {
        "YELP_API_KEY": "<YOUR_YELP_FUSION_API_KEY>"
      }
    }
  }
}

{
  "mcpServers": {
    "yelp_agent": {
      "command": "docker",
      "args": [
        "run",
        "-i",          // Interactive mode
        "--rm",        // Automatically remove the container when it exits
        "--init",      // Run an init process as PID 1 in the container
        "-e", "YELP_API_KEY=<YOUR_YELP_FUSION_API_KEY>",
        "mcp-yelp-agent:latest" // The image name built earlier
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.
Z
Zen MCP Server
Zen MCP is a multi-model AI collaborative development server that provides enhanced workflow tools and cross-model context management for AI coding assistants such as Claude and Gemini CLI. It supports seamless collaboration of multiple AI models to complete development tasks such as code review, debugging, and refactoring, and can maintain the continuation of conversation context between different workflows.
Python
18
5 points
O
Opendia
OpenDia is an open - source browser extension tool that allows AI models to directly control the user's browser, perform automated operations using existing login status, bookmarks and other data, support multiple browsers and AI models, and focus on privacy protection.
JavaScript
15
5 points
N
Notte Browser
Certified
Notte is an open-source full-stack network AI agent framework that provides browser sessions, automated LLM-driven agents, web page observation and operation, credential management, etc. It aims to transform the Internet into an agent-friendly environment and reduce the cognitive burden of LLMs by describing website structures in natural language.
702
4.5 points
B
Bing Search MCP
An MCP server for integrating Microsoft Bing Search API, supporting web page, news, and image search functions, providing network search capabilities for AI assistants.
Python
262
4 points
B
Baidu Map
Certified
Baidu Maps MCP Server is the first domestic map service compatible with the MCP protocol, offering 10 standardized API interfaces such as geocoding and route planning, supporting quick access via Python and Typescript, and enabling agents to implement map - related functions.
Python
768
4.5 points
C
Cloudflare
Changesets is a build tool for managing versions and releases in multi - package or single - package repositories.
TypeScript
1.5K
5 points
E
Eino
Eino is an LLM application development framework designed specifically for Golang, aiming to simplify the AI application development process through concise, scalable, reliable, and efficient component abstraction and orchestration capabilities. It provides a rich component library, powerful graphical orchestration functions, complete stream processing support, and a highly scalable aspect mechanism, covering the full-cycle toolchain from development to deployment.
Go
3.5K
5 points
M
Modelcontextprotocol
Certified
This project is an implementation of an MCP server integrated with the Sonar API, providing real-time web search capabilities for Claude. It includes guides on system architecture, tool configuration, Docker deployment, and multi-platform integration.
TypeScript
1.2K
5 points
Featured MCP Services
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.8K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
154
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
201
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
892
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
616
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
335
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.3K
4.7 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase