Loading MCP server directory, please wait...
MCP server for Mealie, the self-hosted recipe manager and meal planner
npx @getmcp/cli add io.github.ni-c/mealie-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MEALIE_URLBase URL of the Mealie instance, e.g. https://mealie.example.com
MEALIE_API_TOKENAPI token created in Mealie under Settings → API Tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/mealie-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/mealie-mcp"
],
"env": {
"MEALIE_URL": "",
"MEALIE_API_TOKEN": "",
"MEALIE_READ_ONLY": "",
"MEALIE_ACCEPT_LANGUAGE": "",
"MEALIE_INSECURE_TLS": ""
}
}
}
}