Loading MCP server directory, please wait...
My Hot Lunchbox school lunch ordering for Claude — calendar, cart, orders, payments
npx @getmcp/cli add io.github.chrischall/myhotlunchbox-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MYHOTLUNCHBOX_USERNAMEEmail address you sign in to ordernow.myhotlunchbox.com with
MYHOTLUNCHBOX_PASSWORDPassword for that My Hot Lunchbox account
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/myhotlunchbox-mcp": {
"command": "npx",
"args": [
"-y",
"myhotlunchbox-mcp"
],
"env": {
"MYHOTLUNCHBOX_USERNAME": "",
"MYHOTLUNCHBOX_PASSWORD": "",
"MYHOTLUNCHBOX_BASE_URL": "",
"MYHOTLUNCHBOX_OUTPUT_DIR": ""
}
}
}
}