README.md
Enables interaction with the Tandoor Recipe Manager via MCP.
Enables interaction with the Tandoor Recipe Manager via the Model Context Protocol. It allows users to search and create recipes, manage meal plan entries, and update shopping list items through natural language.
Tools (4)
search_recipesSearch for recipes in the Tandoor database.create_recipeCreate a new recipe entry in Tandoor.manage_meal_planAdd or update entries in the meal plan.update_shopping_listAdd or remove items from the shopping list.Environment Variables
TANDOOR_API_URLrequiredThe base URL of your Tandoor Recipe Manager instanceTANDOOR_API_TOKENrequiredYour personal API token for authenticationConfiguration
claude_desktop_config.json
{
"mcpServers": {
"tandoor": {
"command": "npx",
"args": ["-y", "@oculairmedia/tandoor-mcp"],
"env": {
"TANDOOR_API_URL": "your-tandoor-url",
"TANDOOR_API_TOKEN": "your-api-token"
}
}
}
}Try it
→Search my Tandoor recipes for a vegetarian lasagna.
→Add a new recipe for 'Spicy Tacos' with ground beef and salsa to my Tandoor manager.
→Add the ingredients for Chicken Curry to my shopping list for this week.
→Schedule the Spaghetti Carbonara recipe for dinner next Tuesday in my meal plan.