Recipe Protocol + MCP server. Your AI saves recipes to your family cookbook.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"OldFamilyRecipe/ai"
]
}
}
}
Run in terminal:
claude mcp add ai npx -y OldFamilyRecipe/ai
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai": {
"command": "npx",
"args": [
"-y",
"OldFamilyRecipe/ai"
]
}
}
}