NoshUp: Meal Planning & Grocery Budget for Claude Desktop
io.github.navshainc/noshup
Grocery meal planning, budgets, and flyer deals for Canadian households. Auth required.
client:Claude Desktop
transport:streamable-http
Install NoshUp: Meal Planning & Grocery Budget in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"noshup": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.noshup.ca/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs