mealie-mcp-server

amercat37/mealie-mcp-server
★ 0 stars Python 🔒 Security Updated 6d ago
MCP server for Mealie recipe manager with Authentik OAuth support
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mealie-mcp-server