mcp server for Cursor
io.github.mealmasteryai/mcp-server
AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger.
client:Cursor
transport:stdio
runtime:npm
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mealmastery/mcp-server"
],
"env": {
"MEALMASTERY_API_KEY": "<MEALMASTERY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs