Tandoor MCP Server

$npx -y @oculairmedia/tandoor-mcp
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 instance
TANDOOR_API_TOKENrequiredYour personal API token for authentication

Configuration

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.

Frequently Asked Questions

How do I install Tandoor MCP Server?

Install Tandoor MCP Server by running: npx -y @oculairmedia/tandoor-mcp

What MCP clients work with Tandoor MCP Server?

Tandoor MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Tandoor MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free