Mealie MCP Server
Rank #11,402io.github.ni-c/mealie-mcp
MCP server for Mealie, the self-hosted recipe manager and meal planner
Mealie MCP Server is a Model Context Protocol (MCP) server published by ni-c. It ranks #11,402 of 115,460 servers tracked on MCP Toplist. Mealie MCP Server is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 18, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 104,058 of 115,460 servers on MCP Toplist.
Use Mealie MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mealie-mcp -e "MEALIE_URL=<your MEALIE_URL>" -e "MEALIE_API_TOKEN=<your MEALIE_API_TOKEN>" -e "MEALIE_READ_ONLY=<your MEALIE_READ_ONLY>" -e "MEALIE_ACCEPT_LANGUAGE=<your MEALIE_ACCEPT_LANGUAGE>" -e "MEALIE_INSECURE_TLS=<your MEALIE_INSECURE_TLS>" -e "MEALIE_ALLOW_TOOLS=<your MEALIE_ALLOW_TOOLS>" -e "MEALIE_DENY_TOOLS=<your MEALIE_DENY_TOOLS>" -- npx -y @ni-c/mealie-mcpReplace each placeholder with your own value before saving.
claude mcp add mealie-mcp -e "MEALIE_URL=<your MEALIE_URL>" -e "MEALIE_API_TOKEN=<your MEALIE_API_TOKEN>" -e "MEALIE_READ_ONLY=<your MEALIE_READ_ONLY>" -e "MEALIE_ACCEPT_LANGUAGE=<your MEALIE_ACCEPT_LANGUAGE>" -e "MEALIE_INSECURE_TLS=<your MEALIE_INSECURE_TLS>" -e "MEALIE_ALLOW_TOOLS=<your MEALIE_ALLOW_TOOLS>" -e "MEALIE_DENY_TOOLS=<your MEALIE_DENY_TOOLS>" -- docker run -i --rm ghcr.io/ni-c/mealie-mcp:0.2.0Replace each placeholder with your own value before saving.
[mcp_servers.mealie-mcp]
command = "npx"
args = ["-y", "@ni-c/mealie-mcp"]
[mcp_servers.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>"
MEALIE_ALLOW_TOOLS = "<your MEALIE_ALLOW_TOOLS>"
MEALIE_DENY_TOOLS = "<your MEALIE_DENY_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mealie-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ni-c/mealie-mcp:0.2.0"]
[mcp_servers.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>"
MEALIE_ALLOW_TOOLS = "<your MEALIE_ALLOW_TOOLS>"
MEALIE_DENY_TOOLS = "<your MEALIE_DENY_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mealie-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mealie-mcp:0.2.0"
],
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mealie-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mealie-mcp:0.2.0"
],
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mealie-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mealie-mcp:0.2.0"
],
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mealie-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mealie-mcp:0.2.0"
],
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mealie-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/mealie-mcp:0.2.0"
],
"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>",
"MEALIE_ALLOW_TOOLS": "<your MEALIE_ALLOW_TOOLS>",
"MEALIE_DENY_TOOLS": "<your MEALIE_DENY_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ni-c%2Fmealie-mcp)<a href="https://mcptoplist.com/server/io.github.ni-c%2Fmealie-mcp"><img src="https://mcptoplist.com/badge/io.github.ni-c%2Fmealie-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ni-c
Other servers by ni-c
- mcp-hub#4,896 · 8 vers
- Hetzner DNS#6,094 · 7 vers
- FreshRSS#7,194 · 6 vers
- wg-easy#7,522 · 5 vers
- Opengist#7,951 · 5 vers
- Audiobookshelf#8,088 · 5 vers
- Linkwarden#8,722 · 4 vers
- OpenStreetMap#10,626 · 3 vers
- Calibre-Web#10,860 · 3 vers
- Rustpad MCP Server#11,712 · 3 vers
- ntfy#17,003 · 1 ver
- IMAP mailbox#17,902 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Aug 26, 2026 |
| 0.1.2 | Aug 25, 2026 |
| 0.1.1 | Aug 18, 2026 |
Frequently asked questions
- Who maintains Mealie MCP Server?
- Mealie MCP Server is maintained by ni-c, which publishes 17 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Mealie MCP Server listed on the Official MCP Registry?
- Yes — Mealie MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Mealie MCP Server have?
- MCP Toplist tracks 3 versions of Mealie MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for Mealie MCP Server?
- The source code for Mealie MCP Server is hosted at github.com/ni-c/mealie-mcp.