Exposes a self-hosted Mealie instance to MCP clients, enabling management of recipes, meal plans, shopping lists, and organizers through natural language.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MEALIE_BASE_URL— URL of your Mealie instanceMEALIE_API_TOKEN— Mealie API token this server uses to call MealieMCP_TRANSPORT— stdio (default, for local clients like Claude Desktop/Code) or streamable-http (to expose over a network)MCP_HOST— / MCP_PORT Bind address/port when using streamable-httpMCP_PORT— MCP_HOST / Bind address/port when using streamable-httpMCP_AUTH_TOKEN— Bearer token remote clients must present — required when MCP_TRANSPORT isn't stdioMCP_AUTH_TOKEN_EXPIRES_AT— YYYY-MM-DD (UTC) — MCP_AUTH_TOKEN stops being accepted after this date, forcing periodic rotation. Required alongside MCP_AUTH_TOKEN[](https://m8ven.ai/mcp/scottmilliquet-mealiemcp-1j2x7z)