← Back to registry
Mcp
MCP server for Mcp — live data from https://mcp.swiggy.com/builders
Last updated: Never
https://mcp.swiggy.com/buildersInstall in Claude Desktop
- 1.Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json - 2.Paste the snippet below into the
mcpServersobject. - 3.Restart Claude Desktop. Done.
{
"mcpServers": {
"mcp-swiggy-com-builders": {
"url": "http://localhost:3000/api/mcp/mcp-swiggy-com-builders"
}
}
}0 installs
Type: crawled
Created: 2026-07-24
Data Schema
{
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
}
}
}