Skip to content
Zed

Mealie MCP Server for Zed

io.github.ni-c/mealie-mcp

MCP server for Mealie, the self-hosted recipe manager and meal planner

client:Zed transport:stdio runtime:npm

Install Mealie MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mealie-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mealie-mcp"
      ],
      "env": {
        "MEALIE_URL": "<MEALIE_URL>",
        "MEALIE_API_TOKEN": "<MEALIE_API_TOKEN>",
        "MEALIE_READ_ONLY": "<MEALIE_READ_ONLY>",
        "MEALIE_ACCEPT_LANGUAGE": "<MEALIE_ACCEPT_LANGUAGE>",
        "MEALIE_INSECURE_TLS": "<MEALIE_INSECURE_TLS>",
        "MEALIE_ALLOW_TOOLS": "<MEALIE_ALLOW_TOOLS>",
        "MEALIE_DENY_TOOLS": "<MEALIE_DENY_TOOLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Mealie MCP Server in other clients