Zomato MCP Demo
FreeNot checkedOfficial guide and demo for integrating Zomato MCP Server with Claude Desktop — learn how to connect, configure, and experience real-time restaurant discovery,
About
Official guide and demo for integrating Zomato MCP Server with Claude Desktop — learn how to connect, configure, and experience real-time restaurant discovery, menu browsing, and food ordering through AI.
README
Zomato has officially launched an MCP (Model Context Protocol) Server — enabling AI assistants like Claude and ChatGPT to interact with real-world food ordering systems directly through chat.
This repository contains a quick setup guide and demo videos to help you configure and test the Zomato MCP integration inside Claude Desktop.
🚀 What You'll Learn
- 🔧 How to configure Claude Desktop to connect with Zomato's MCP Server
- 🔎 Discover restaurants based on your location & preferences
- 📒 Browse detailed menus with prices, ratings, and categories
- 🛒 Add items to your cart and simulate food ordering
- 💳 Experience secure QR-based payment simulation
⚙️ Prerequisites
- Installed Claude Desktop
- Installed Node.js (verify with
node -v) - Basic understanding of JSON configuration
Download Node.js here: https://nodejs.org
💬 Install in Claude Desktop
Step 1: Open Developer Settings
- Go to Settings → Developer
- Click Edit Config
Step 2: Add the Zomato MCP Server configuration
Paste the following inside your claude_desktop_config.json file:
{
"mcpServers": {
"zomato-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-server.zomato.com/mcp"
]
}
}
}
Step 3: Save and Restart
After saving the configuration, restart Claude Desktop to load the new MCP server.
📹 Demo Videos
🎥 1. Setting Up MCP in Claude Desktop
🎥 2. Zomato MCP Demo — Restaurant Discovery to Payment
🧠 How It Works
The Zomato MCP Server exposes APIs that Claude (or any MCP-compatible client) can call during a conversation.
This allows real-time restaurant lookup, menu retrieval, cart management, and simulated ordering — directly through chat commands.
For OAuth authentication, Zomato currently whitelists:
localhostchatgpt.com
👨💻 Author
Pranesh S
AI & Web Developer | MCP Integrator | B.Tech AIML
⭐ Support & Contribution
If this repo helped you set up or understand MCP integrations,
🌟 Star the repository — it supports my work and helps others discover it!
Pull requests, improvements, and suggestions are welcome.
Installing Zomato MCP Demo
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Pranesh-2005/Zomato-MCP-DemoFAQ
Is Zomato MCP Demo MCP free?
Yes, Zomato MCP Demo MCP is free — one-click install via Unyly at no cost.
Does Zomato MCP Demo need an API key?
No, Zomato MCP Demo runs without API keys or environment variables.
Is Zomato MCP Demo hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Zomato MCP Demo in Claude Desktop, Claude Code or Cursor?
Open Zomato MCP Demo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Zomato MCP Demo with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
