69
/ 100
24 days ago
glama

Mealie MCP

Exposes a self-hosted Mealie instance to MCP clients, enabling management of recipes, meal plans, shopping lists, and organizers through natural language.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: MEALIE_API_TOKEN, MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMEALIE_BASE_URLURL of your Mealie instance
🔐 secretMEALIE_API_TOKENMealie API token this server uses to call Mealie
configMCP_TRANSPORTstdio (default, for local clients like Claude Desktop/Code) or streamable-http (to expose over a network)
configMCP_HOST/ MCP_PORT Bind address/port when using streamable-http
configMCP_PORTMCP_HOST / Bind address/port when using streamable-http
🔐 secretMCP_AUTH_TOKENBearer token remote clients must present — required when MCP_TRANSPORT isn't stdio
configMCP_AUTH_TOKEN_EXPIRES_ATYYYY-MM-DD (UTC) — MCP_AUTH_TOKEN stops being accepted after this date, forcing periodic rotation. Required alongside MCP_AUTH_TOKEN
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/scottmilliquet-mealiemcp-1j2x7z)](https://m8ven.ai/mcp/scottmilliquet-mealiemcp-1j2x7z)
commit: 64003647dc72d69275eb23639f52ad1c3afabb1a
code hash: f170dbaac3fcbb8d7116896898f1bd030a71582541129bb558d91a660274c8e7
verified: 7/7/2026, 10:03:53 AM
view raw JSON →