foodgpt for Claude Desktop
dev.rt4/foodgpt
Order food from Rio restaurants. Pix prepaid: no order is a commitment until it is paid.
client:Claude Desktop
transport:streamable-http
Install foodgpt in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"foodgpt": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://foodgpt.rt4.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs