kitchenowl-mcp

ncastaldi/kitchenowl-mcp
★ 0 stars Python AI/LLM Updated today
An MCP (Model Context Protocol) server that connects Claude to a household KitchenOwl instance. Enables read/write access to recipes, shopping lists, and meal plans from within a Claude conversation.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kitchenowl-mcp": {
      "command": "uvx",
      "args": [
        "kitchenowl-mcp"
      ]
    }
  }
}

Or install with pip: pip install kitchenowl-mcp

README Excerpt

An MCP (Model Context Protocol) server that connects Claude to a household [KitchenOwl](https://kitchenowl.org) instance. Enables read/write access to recipes, shopping lists, and meal plans from within a Claude conversation. Deployed alongside KitchenOwl in a home Docker Compose stack, exposed to claude.ai via Traefik.

Tools (16)

KITCHENOWL_API_TOKENKITCHENOWL_API_URLKITCHENOWL_DEFAULT_LIST_IDKITCHENOWL_HOUSEHOLD_IDadd_meal_plan_entryadd_shopping_list_itemsclear_checked_itemscreate_recipedelete_recipeget_meal_planget_recipeget_shopping_listlist_tagsmark_recipe_madesearch_recipesupdate_recipe