Scraps Kitchen for Claude Desktop
io.github.mitchmolstad/scraps-kitchen
Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists.
client:Claude Desktop
transport:streamable-http
Install Scraps Kitchen in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"scraps-kitchen": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.scraps.kitchen/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