
Zomato
OfficialConnects to Zomato's food delivery service to search restaurants, browse menus, and place food orders directly from your AI assistant.
Search for restaurants and order food on Zomato
What it does
- Search for nearby restaurants by location and preferences
- Browse restaurant menus with prices and ratings
- Create and customize food orders in cart
- Place food orders with tracking support
- Process payments using QR code integration
Best for
About Zomato
Zomato is an official MCP server published by zomato that provides AI assistants with tools and capabilities via the Model Context Protocol. Find restaurants, read reviews, and order food fast on Zomato — discover great meals near you and get them delivered hot It is categorized under developer tools.
How to install
You can install Zomato in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.
License
Zomato is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Zomato MCP Server
An mcp server for your food ordering needs.
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_redirecthttps://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 on Claude
Using Connectors (Requires claude subscription)
- Open Claude
- Go to Settings -> Connectors -> Add custom connector
- Use the URL:
https://mcp-server.zomato.com/mcp - Save and Restart Claude
Using Manual Configuration (Available on free plan)
- Open Claude
- Go to Settings -> Developer -> Edit Config
- Open
claude_desktop_config.jsonin a text editor. - Add the following configuration:
{ "mcpServers": { "zomato-mcp": { "command": "npx", "args": [ "mcp-remote", "https://mcp-server.zomato.com/mcp" ] } } }
Example Prompts
Get started with these example prompts to explore what the Zomato MCP server can do:
- "Show me the best rated restaurants near me"
- "Find pizza places within 3km"
- "Show me vegan restaurants in my area"
- "Add 2 margherita pizzas from dominoz to my cart"
- "Order my usual coffee"
- "Reorder from my last order"
- "Order butter chicken with naan from a nearby restaurant"
Disclaimer
-
We are not allowing any third party apps to be built on top of Zomato MCP right now due to security and legal considerations. Please reach out to us for any integration discussions.
-
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.
Alternatives
Related Skills
Browse all skillsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.