Max Eats Out for Claude Desktop
io.github.doubleuson/max-eats-out
Editorial guide to restaurants and bars — hand-picked venues with opinions, not a places database
client:Claude Desktop
transport:streamable-http
tools:4
Install Max Eats Out in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"max-eats-out": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.maxeatsout.club/api/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