MCP Server
MCP
Mealie MCP Server
MCP server for Mealie, the self-hosted recipe manager and meal planner
Install
npx -y @ni-c/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@ni-c/mealie-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Mealie instance, e.g. https://mealie.example.com",
"isRequired": true,
"format": "string",
"name": "MEALIE_URL"
},
{
"description": "API token created in Mealie under Settings → API Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEALIE_API_TOKEN"
},
{
"description": "Exactly 'true' registers only the 17 read tools",
"format": "string",
"name": "MEALIE_READ_ONLY"
},
{
"description": "Accept-Language header, e.g. de-DE; localises unit and label names",
"format": "string",
"name": "MEALIE_ACCEPT_LANGUAGE"
},
{
"description": "Exactly 'true' accepts a self-signed certificate, scoped to this connection",
"format": "string",
"name": "MEALIE_INSECURE_TLS"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ni-c/mealie-mcp:0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Mealie instance, e.g. https://mealie.example.com",
"isRequired": true,
"format": "string",
"name": "MEALIE_URL"
},
{
"description": "API token created in Mealie under Settings → API Tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEALIE_API_TOKEN"
},
{
"description": "Exactly 'true' registers only the 17 read tools",
"format": "string",
"name": "MEALIE_READ_ONLY"
},
{
"description": "Accept-Language header, e.g. de-DE; localises unit and label names",
"format": "string",
"name": "MEALIE_ACCEPT_LANGUAGE"
},
{
"description": "Exactly 'true' accepts a self-signed certificate, scoped to this connection",
"format": "string",
"name": "MEALIE_INSECURE_TLS"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment