# Original Prompt (Extracted from Conversation)
Add several features to the Mealie MCP server. First, add the ability to edit and add recipe notes - these should be included inline with the create_recipe and update_recipe tools. Notes are arrays of objects with title and text fields.
Second, add the ability to add images to recipes. The Mealie server's IP is blocked by many recipe sites, but the local machine running the MCP is not blocked. So the MCP should accept an image URL, fetch the image locally, and then upload it to Mealie. Also support base64 image data as a fallback for when users share actual image files with Claude.
Third, add recipe servings to create and update recipe tools. Include both the numeric recipeServings field and the text recipeYield field (like "Makes 12 cookies").
Finally, update the tool descriptions to encourage the AI to use structured ingredients with unit and food fields rather than defaulting to plain text in the notes field. The structured format should be presented as the preferred approach.
---
*Extracted by Clavix on 2025-12-12. See optimized-prompt.md for enhanced version.*