scraps-kitchen-mcp
Household-aware kitchen brain for AI agents: manage pantry inventory with freshness tracking, shopping lists, recipe collections with cook notes and per-diner ratings, dietary profiles with allergen safety, and kitchen equipment — all through 27 tools with OAuth 2.1 authentication. Includes a free tool for ingredient-based recipe generation without an account (accounts are free!).
README
Scraps Kitchen MCP Server
Your AI assistant's cooking brain. Scraps Kitchen gives any AI agent persistent, household-aware kitchen intelligence — pantry tracking, dietary safety, recipe management, shopping lists, and more.
Unlike generic chatbot memory, Scraps maintains structured cooking data: what's in your fridge, who you cook for, their allergies and preferences, your recipe history with cook notes, and your kitchen equipment. Any MCP-compatible agent can tap into this to have genuinely personalized cooking conversations.
Live server: https://api.scraps.kitchen/mcp (Streamable HTTP)
Web app: scraps.kitchen
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"scraps-kitchen": {
"type": "streamable-http",
"url": "https://api.scraps.kitchen/mcp"
}
}
}
VS Code / Cursor
Add to your MCP settings:
{
"servers": {
"scraps-kitchen": {
"type": "streamable-http",
"url": "https://api.scraps.kitchen/mcp"
}
}
}
On first use, you'll be prompted to authenticate via OAuth. You can create an account directly in the OAuth flow — a one-time code is sent to your email for verification. No need to visit scraps.kitchen separately.
Tools (27)
Meal Suggestions
| Tool | Description |
|---|---|
suggest_quick_meal |
Generate a recipe from ingredients. 1 free call per user per 24 hours. |
Pantry (6 tools)
| Tool | Description |
|---|---|
get_pantry |
List pantry items with category, quantity, stock status, perishability, and storage hints. Filter by in-stock or stale items. |
add_pantry_items |
Add up to 50 items at once. Auto-enriched with food intelligence. |
update_pantry_item |
Update name, quantity, unit, category, or stock status. |
remove_pantry_item |
Permanently delete a pantry item. |
mark_ingredients_used |
Mark ingredients as consumed after cooking. Fuzzy name matching. Staples auto-skipped. |
confirm_pantry_fresh |
Reset staleness clock on items the user confirms are still good. |
Shopping List (5 tools)
| Tool | Description |
|---|---|
get_shopping_list |
List shopping items with checked status. Filter by bought/remaining. |
add_shopping_list_item |
Add a single item to the list. |
add_recipe_to_shopping_list |
Add all ingredients from a saved recipe at once. |
check_off_shopping_item |
Mark items as bought or still needed. |
remove_shopping_list_item |
Remove a single item. |
clear_checked_shopping_items |
Remove all checked-off items at once (post-shopping cleanup). |
Household (4 tools)
| Tool | Description |
|---|---|
get_household |
List household members with allergens, restrictions, preferences, dislikes, goals, and life stages. |
add_diner |
Add a household member with dietary profile. |
update_diner |
Update dietary details. Array fields replace entirely — send the full list. |
remove_diner |
Remove a member and their recipe ratings. |
Equipment (4 tools)
| Tool | Description |
|---|---|
get_equipment |
List kitchen equipment (tools, appliances). |
add_equipment |
Add a piece of equipment with optional notes. |
update_equipment |
Update equipment name or notes. |
remove_equipment |
Remove equipment from inventory. |
Recipes (6 tools)
| Tool | Description |
|---|---|
get_recipes |
List saved recipes. Search by keyword, filter by status or favorites. |
get_recipe |
Full recipe detail: ingredients, steps, cook notes, diner ratings. |
update_recipe |
Update title, status, rating, favorite, or sharing status. |
delete_recipe |
Permanently delete a recipe and all associated data. |
add_recipe_note |
Record cook notes — observations, modifications, per-cook ratings. |
rate_recipe_for_diner |
Track which household members loved which recipes. |
Authentication
All tools require authentication. Scraps uses OAuth 2.1 with PKCE — most MCP clients handle this automatically. You'll see a login prompt on first connection, where you can sign in or create a new account with email OTP verification.
Scopes:
| Scope | Access |
|---|---|
read:pantry |
View pantry inventory |
read:household |
View household dietary info |
read:recipes |
View saved recipes |
write:pantry |
Update pantry |
write:recipes |
Save recipes and cooking notes |
write:shopping |
Manage shopping list |
write:household |
Manage household members |
write:equipment |
Manage kitchen equipment |
Discovery: https://api.scraps.kitchen/.well-known/mcp.json
How Agents Use Scraps
Scraps is a data layer, not a reasoning engine. It stores structured kitchen intelligence that makes any AI assistant better at cooking conversations:
- Read the kitchen context —
get_pantry,get_household,get_equipment,get_recipes - Use your own LLM to reason about what to cook, considering allergies, preferences, and available ingredients
- Write back results —
mark_ingredients_used,add_recipe_note,rate_recipe_for_diner
Every interaction makes the data richer. More cook history, more diner feedback, more pantry accuracy — which makes the next conversation better.
Example Workflows
"What should I cook tonight?"
get_pantry→ see available ingredientsget_household→ check dietary constraints and allergensget_equipment→ know what tools are availableget_recipes(status: "cooked")→ see what's worked before- Agent reasons about a meal suggestion using all this context
After cooking:
mark_ingredients_used(["chicken thighs", "ginger", "soy sauce"])→ update pantryadd_recipe_note(recipe_id, "Added extra garlic, seared 2 min longer")→ build cook historyrate_recipe_for_diner(recipe_id, diner_id, { loved_it: true })→ track preferences
Grocery planning:
get_pantry(stale_only: true)→ items past freshness windowget_shopping_list→ existing listadd_shopping_list_item("eggs")→ add what's needed- After shopping:
add_pantry_items([...])→ restock,clear_checked_shopping_items→ clean up list
Links
- Web app: scraps.kitchen
- MCP endpoint:
https://api.scraps.kitchen/mcp - Discovery:
https://api.scraps.kitchen/.well-known/mcp.json - Official MCP Registry: registry.modelcontextprotocol.io
License
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.