mcpbeat Sign in

MealMasteryAI MCP Server

by mealmasteryai Your server? Claim it
local only

MealMasteryAI runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 4 Apr 2026.

AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger.

Installs per day peak 18 · avg 10 · +6% w/w
a month agotoday
44
Installs / week
npm · @mealmastery/mcp-server
0
Stars
1 open issues
4 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MealMasteryAI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @mealmastery/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@mealmastery/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@mealmastery/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@mealmastery/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@mealmastery/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MEALMASTERY_API_KEY (Your MealMastery developer API key (get one at mealmastery.ai/settings)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MealMasteryAI

same job, measured the same way
Mealie MCP Server
by ni-c

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

77 installs/wk local only
I
Cleo Family
by scottwittrock

Log baby feedings, diapers, and sleep; manage family tasks, meals, recipes, groceries, and trips.

answering
Pantry Persona
by pantrypersona

AI-powered kitchen management — pantry, recipes, meal plans, shopping lists

answering
WaAPI
by waapi

Messaging tools for AI agents: send messages, manage chats, groups and channels.

answering
QRStuff MCP Server
by qrstuff

Generate, update, manage, and track QR codes using the QRStuff platform.

answering
Make Effects
by krasnoperov

Search, generate, and curate AI media assets with recipes and lineage in Make Effects spaces.

answering
Recipe MCP
by jkakar

Generate and remix recipes using cookwith.co

36 installs/wk local only
SAVORDISH
by rodeldoria

AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart.

31 tools answering

MealMasteryAI — questions

Answers built from our own checks of this server.

Why is there no uptime for MealMasteryAI?
MealMasteryAI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mealmastery/mcp-server was installed 44 times last week.
How do I connect MealMasteryAI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mealmastery/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use MealMasteryAI?
The npm package @mealmastery/mcp-server was installed 44 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MealMasteryAI open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.