mealie (MCP Server)

GitHub

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mealie": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mealie"
      ]
    }
  }
}