AI-Powered Recipe Discovery & Meal Planning via MCP
Rouxlette is a Model Context Protocol (MCP) server that gives AI assistants access to 24,000+ recipes from top culinary websites. Connect it to Claude, ChatGPT, or any MCP-compatible AI.
Search and filter recipes by cuisine, diet, nutrition, and more
Generate personalized meal plans with nutrition targets
Auto-generate organized shopping lists from your meal plans
MCP Server URL:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rouxlette": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://rouxlette.hirefrank.workers.dev/mcp"
]
}
}
}Powered by Cloudflare Workers • Model Context Protocol • Nuxt 4