71
/ 100
21 days ago
glama

Better Mealie MCP

Provides complete access to Mealie's API for managing recipes, meal plans, shopping lists, households, and more via natural language from AI assistants.

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.
🔐
You'll be asked for 2 credentials: MEALIE_API_TOKEN, MEALIE_PASSWORD
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_URLe =http://host.docker.internal:9925 \
🔐 secretMEALIE_API_TOKENLong-lived API token (preferred) — Mealie → Profile → Manage API Tokens
configMEALIE_USERNAME/ MEALIE_PASSWORD Alternative: logs in at startup to fetch a token
🔐 secretMEALIE_PASSWORDMEALIE_USERNAME / Alternative: logs in at startup to fetch a token
configMEALIE_TIMEOUTPer-request timeout, seconds (default 60)
configMEALIE_VERIFY_SSLVerify TLS cert; false to accept self-signed (default true)
configMCP_SERVER_NAMEMCP name advertised to clients (default Mealie)
configMEALIE_INCLUDE_TAGSExpose only these API groups, comma-separated (e.g. recipes,shopping-lists). Fewer tools = leaner context / fits clients that cap tool counts
configMEALIE_EXCLUDE_TAGSExpose everything except these groups (e.g. admin,households)
configMCP_HOSTIn --http mode the bind address comes from (default 127.0.0.1;
// 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 2 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/djwmarcx-better-mealie-mcp-1i31l9)](https://m8ven.ai/mcp/djwmarcx-better-mealie-mcp-1i31l9)
commit: 3681f4e02c90ce4e8387df2b43d99811b974ccd1
code hash: d179f8dd660c4f2dccebe3012968f20bc3564d889bdc36758caf4d9ef2ff5490
verified: 7/10/2026, 10:04:50 AM
view raw JSON →