Mcp Server is a Model Context Protocol (MCP) server: AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger. Because it speaks the Model Context Protocol, AI assistants can use Mcp Server as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package @mealmastery/mcp-server speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need MEALMASTERY_API_KEY. The current release is v0.2.4, published under the MIT license, with source at MealMasteryAI/mcp-server on GitHub.
On mcp.site, Mcp Server sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Mcp Server for MealMasteryAI, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — @mealmastery/mcp-server · MCP over stdio
▸Credentials — Requires MEALMASTERY_API_KEY
▸Open source — MIT license · MealMasteryAI/mcp-server