Zomato MCP
An mcp server for your food ordering needs.
Zomato MCP Server
An mcp server for your food ordering needs.
Disclaimer : This is only for testing purposes and Zomato disclaims any and all liabilities that may arise due to erroneous / non-functionality of the MCP integration.
Supported Features
- 🔎 Restaurant Discovery - Find nearby restaurants based on your location and preferences.
- 📒 Menu Browsing - Browse through detailed menus with prices, descriptions, and ratings.
- 🛒 Cart Creation - Add items to your cart and customize orders with ease.
- 🥗 Food Ordering - Place orders seamlessly with order tracking support.
- 💳 QR code payment - Complete secure payments using QR code integration.
Installation Guide
⚠️ OAuth Redirect URI Warning: Currently, we have only whitelisted the following redirect URIs for OAuth authentication. Please reach out to us to enable your client:
claude://claude.ai/settings/connectorshttps://chatgpt.com/connector_platform_oauth_redirecthttp://localhosthttp://127.0.0.1https://claude.ai/api/mcp/auth_callbackhttps://insiders.vscode.dev/redirecthttps://oauth.pstmn.io/v1/callbackhttps://vscode.dev/redirect
Install in VsCode
One Click Installation
Manual Installation
Add this to your mcp.json file.
{
"servers": {
"zomato-mcp-server": {
"url": "https://mcp-server.zomato.com/mcp",
"type": "http"
}
},
}
Install in Claude Desktop
-
Make sure Node.js is installed
In your terminal, check if Node.js is installed on your system by running:
node -vIf Node.js isn't installed, download it from nodejs.org.
-
Configure Claude Desktop
-
Go to Settings > Developer
-
Click Edit config to open the claude_desktop_config.json file
-
Add the MCP server configuration to the mcpServers section
-
Paste the configuration below
-
Save the file to apply the configuration
-
Restart Claude Desktop
Configuration:
{ "mcpServers": { "zomato-mcp": { "command": "npx", "args": [ "mcp-remote", "https://mcp-server.zomato.com/mcp" ] } } }
Related Servers
VFX MCP
A powerful video editing server using ffmpeg-python to process external video files.
OpenHue MCP Server
Control Philips Hue lights using LLM interfaces via the OpenHue CLI.
Scenario Word
A server for the scenario-word MCP, built with the mcp-framework.
RuneScape
Interact with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices and player hiscores.
MCP-TFT
Provides accurate Teamfight Tactics (TFT) analysis using Data Dragon and community meta insights.
Weather Service MCP Server
A Spring Boot-based weather service providing weather forecasts and alerts via MCP integration.
Stockfish
Enables AI to communicate with the Stockfish chess engine.
SignalK MCP Server
Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.
Airplane.Live MCP Server
MCP server that connects to the Airplanes.live API to provide real-time flight and aircraft data for analysis or visualization.
NBA MCP Server
Provides NBA statistics and live game data using the Model Context Protocol (MCP).