AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger.
AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger.
Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MEALMASTERY_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mealmasteryai-mcp-server": {
"env": {
"MEALMASTERY_API_KEY": "your-mealmastery-api-key-here"
},
"args": [
"-y",
"@mealmastery/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for MealMastery AI meal planning. Integrates with Claude Desktop, VS Code Copilot, and other MCP-compatible AI agents.
The MCP server is a mirror of core capabilities, not a place where new features debut. Its value proposition is:
"Everything you can do in the app, you can now do through natural conversation in Claude."
The MCP layer adds convenience (natural language) and composability (chaining tools), but the underlying capabilities exist in the core product first. New features should be built as API endpoints powering the web/mobile apps, then exposed through MCP -- never the other way around.
claude_desktop_config.json):{
"mcpServers": {
"mealmastery": {
"command": "npx",
"args": ["-y", "@mealmastery/mcp-server"],
"env": {
"MEALMASTERY_API_KEY": "mm_live_..."
}
}
}
}
Full CRUD for meal planning, recipes, grocery lists, and user preferences -- plus AI generation with streaming progress.
| Resource URI | Description |
|---|---|
mealmastery://meal-plan/current | Latest meal plan with all meals and nutrition |
mealmastery://user/preferences | Dietary preferences, allergies, skill level |
mealmastery://grocery-list/current | Grocery list for the current meal plan |
| Prompt | Description |
|---|---|
weekly-meal-prep | Full week planning: generate plan, review, grocery list, checkout |
swap-meal | Replace a meal in the current plan |
order-groceries | Preview and send grocery list to Instacart/Kroger |
quick-dinner | Single quick meal idea with time constraints |
The generate_meal_plan tool supports MCP progress notifications. Clients that send a progressToken receive real-time updates during AI generation (0-100% progress with status messages). Clients without progress support gracefully fall back to the non-streaming endpoint.
API key quotas (daily request limits based on subscription tier) are reported on every token exchange. Free tier: 1,000 requests/day. Paid tier: 10,000 requests/day.
| Variable | Required | Default | Description |
|---|---|---|---|
MEALMASTERY_API_KEY | Yes | - | Your developer API key (mm_live_...) |
MEALMASTERY_API_URL | No | https://api.mealmastery.ai | API base URL |
npm install
npm run build
npm start
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.