AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mealmastery": {
"env": {
"MEALMASTERY_API_KEY": "mm_live_..."
},
"args": [
"-y",
"@mealmastery/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for MealMastery AI meal planning. Integrates with Claude Desktop, VS Code Copilot, and other MCP-compatible AI agents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
current_meal_planLatest meal plan with all meals and nutrition
mealmastery://meal-plan/current
user_preferencesDietary preferences, allergies, skill level
mealmastery://user/preferences
current_grocery_listGrocery list for the current meal plan
mealmastery://grocery-list/current
weekly-meal-prepFull week planning: generate plan, review, grocery list, checkout
swap-mealReplace a meal in the current plan
order-groceriesPreview and send grocery list to Instacart/Kroger
quick-dinnerSingle quick meal idea with time constraints
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / ecommerce
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
MCP Security Weekly
Get CVE alerts and security updates for Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.