Agent Chef
Agent Chef MCP server
Family meal planning run by your own AI agent. Every week your agent proposes ten dinners, the household votes and leaves feedback from personal links (no accounts), the top picks win, and Agent Chef builds the grocery list minus what's already in the pantry. Your agent fills the cart; you approve checkout.
Website & how it works: https://agentchef.net
Remote MCP endpoint (Streamable HTTP):
https://agentchef.net/mcpOfficial registry entry:
net.agentchef/agent-chef
This repository is the public connector for the hosted service. The app itself runs at agentchef.net.
Connect
Sign in at https://agentchef.net, create your household, and open Settings → Agents.
Click Add to Claude / Add to ChatGPT / Claude Code / Cursor. You get an API key and exact steps for that agent.
Tell your agent: “Run Agent Chef.” It calls
run_agent_chef, receives the operating manual plus today's checklist, schedules itself to run twice a day, and takes it from there.
Manual configuration for any MCP client:
{
"mcpServers": {
"agent-chef": {
"url": "https://agentchef.net/mcp",
"headers": { "Authorization": "Bearer <your API key>" }
}
}
}Clients that can't set headers can use https://agentchef.net/mcp?key=<your API key>.
Running via stdio (Docker)
For clients that only speak stdio, this repo's Dockerfile wraps the remote endpoint with mcp-remote:
docker build -t agent-chef-mcp .
docker run -i -e AGENT_CHEF_API_KEY=ac_... agent-chef-mcpWithout a key the server still answers initialize and tools/list, so you can inspect the tool catalogue before signing up.
Related MCP server: @mealmastery/mcp-server
Tools (32)
Area | Tools |
Run loop |
|
Preferences |
|
Household |
|
Pantry |
|
Recipes |
|
Weekly cycle |
|
Shopping |
|
Prompts: run_agent_chef (also weekly_cycle).
Privacy & terms
https://agentchef.net/privacy · https://agentchef.net/terms · support@agentchef.net
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Your AI agent builds interactive block-based courses over MCP; take them at learnwithagents.app.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Official MCP server for subfeed.app — the cloud for agents. 15+ tools for AI agents to register, build, and deploy other agents. Zero human required. Start here: subfeed.app/skill.md
Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server that gives AI agents full control over grocery lists, todos, and packing lists. Your AI creates lists, adds items, checks them off, and shares with family/friends.3MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for MealMastery AI meal planning that enables users to manage meal plans, recipes, and grocery lists through natural language conversation with AI agents like Claude.90MIT
- FlicenseBqualityBmaintenanceEnables AI agents to generate budget-disciplined, allergy-safe weekly meal plans, shopping lists, and meal swaps using a fully local deterministic engine.20-
- FlicenseNot gradedqualityDmaintenanceMCP server enabling AI assistants to manage recipes and ingredients in the WeekPlan app via its REST API.1-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/coryshaw/agent-chef-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server