Odel
mcp server

mcp server

Local
@mealmasteryaiTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mealmastery/mcp-serverv0.2.4

Run

npx -y @mealmastery/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mealmastery/mcp-server"
      ]
    }
  }
}