PluginBench
MCP Server
Active
MIT

Mealie MCP Server MCP Server

io.github.ni-c/mealie-mcp

What is the Mealie MCP Server MCP server?

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

How to install Mealie MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MEALIE_URL
    required

    Base URL of the Mealie instance, e.g. https://mealie.example.com

  • MEALIE_API_TOKEN
    required
    secret

    API token created in Mealie under Settings → API Tokens

  • MEALIE_READ_ONLY

    Exactly 'true' registers only the 17 read tools

  • MEALIE_ACCEPT_LANGUAGE

    Accept-Language header, e.g. de-DE; localises unit and label names

  • MEALIE_INSECURE_TLS

    Exactly 'true' accepts a self-signed certificate, scoped to this connection

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mealie-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mealie-mcp"
      ],
      "env": {
        "MEALIE_URL": "<YOUR_MEALIE_URL>",
        "MEALIE_API_TOKEN": "<YOUR_MEALIE_API_TOKEN>",
        "MEALIE_READ_ONLY": "<YOUR_MEALIE_READ_ONLY>",
        "MEALIE_ACCEPT_LANGUAGE": "<YOUR_MEALIE_ACCEPT_LANGUAGE>",
        "MEALIE_INSECURE_TLS": "<YOUR_MEALIE_INSECURE_TLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mealie-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mealie-mcp"
      ],
      "env": {
        "MEALIE_URL": "<YOUR_MEALIE_URL>",
        "MEALIE_API_TOKEN": "<YOUR_MEALIE_API_TOKEN>",
        "MEALIE_READ_ONLY": "<YOUR_MEALIE_READ_ONLY>",
        "MEALIE_ACCEPT_LANGUAGE": "<YOUR_MEALIE_ACCEPT_LANGUAGE>",
        "MEALIE_INSECURE_TLS": "<YOUR_MEALIE_INSECURE_TLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mealie-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mealie-mcp"
      ],
      "env": {
        "MEALIE_URL": "<YOUR_MEALIE_URL>",
        "MEALIE_API_TOKEN": "<YOUR_MEALIE_API_TOKEN>",
        "MEALIE_READ_ONLY": "<YOUR_MEALIE_READ_ONLY>",
        "MEALIE_ACCEPT_LANGUAGE": "<YOUR_MEALIE_ACCEPT_LANGUAGE>",
        "MEALIE_INSECURE_TLS": "<YOUR_MEALIE_INSECURE_TLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mealie-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/mealie-mcp"
      ],
      "env": {
        "MEALIE_URL": "<YOUR_MEALIE_URL>",
        "MEALIE_API_TOKEN": "<YOUR_MEALIE_API_TOKEN>",
        "MEALIE_READ_ONLY": "<YOUR_MEALIE_READ_ONLY>",
        "MEALIE_ACCEPT_LANGUAGE": "<YOUR_MEALIE_ACCEPT_LANGUAGE>",
        "MEALIE_INSECURE_TLS": "<YOUR_MEALIE_INSECURE_TLS>"
      }
    }
  }
}
Claude Code
claude mcp add mealie-mcp --env MEALIE_URL=<YOUR_MEALIE_URL> --env MEALIE_API_TOKEN=<YOUR_MEALIE_API_TOKEN> --env MEALIE_READ_ONLY=<YOUR_MEALIE_READ_ONLY> --env MEALIE_ACCEPT_LANGUAGE=<YOUR_MEALIE_ACCEPT_LANGUAGE> --env MEALIE_INSECURE_TLS=<YOUR_MEALIE_INSECURE_TLS> -- npx -y @ni-c/mealie-mcp

Related MCP servers

Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync

0
TypeScript
MIT
View repository →

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

0
TypeScript
MIT
View repository →

FreshRSS

Active

MCP server for FreshRSS, the self-hosted RSS feed aggregator

0
TypeScript
MIT
View repository →

Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API

0
TypeScript
MIT
View repository →

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

0
TypeScript
MIT
View repository →

mcp-hub

Active

Serve many stdio MCP servers from one container, for ChatGPT, Claude and other MCP clients

0
TypeScript
MIT
View repository →