paprikaAccess recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking.
Install via ClawdBot CLI:
clawdbot install mjrussell/paprikaCLI for Paprika Recipe Manager. Access recipes, meal plans, and grocery lists.
npm install -g paprika-recipe-cli
# Authenticate interactively
paprika auth
# Or set environment variables
export PAPRIKA_EMAIL="your@email.com"
export PAPRIKA_PASSWORD="your-password"
paprika recipes # List all recipes
paprika recipes --category "Dinner" # Filter by category
paprika recipes --json
paprika recipe "Pasta Carbonara" # View by name
paprika recipe <uid> # View by UID
paprika recipe "Pasta" --ingredients-only
paprika recipe "Pasta" --json
paprika search "chicken" # Search recipes
paprika meals # Show all planned meals
paprika meals --date 2026-01-08 # Filter by date
paprika meals --json
paprika groceries # Show unpurchased items
paprika groceries --all # Include purchased
paprika groceries --json
paprika categories # List all categories
User: "What recipes do I have for dinner?"
paprika recipes --category "Dinner"
User: "Show me the pasta carbonara recipe"
paprika recipe "Pasta Carbonara"
User: "What ingredients do I need for lasagna?"
paprika recipe "Lasagna" --ingredients-only
User: "What's on the meal plan?"
paprika meals
User: "What's on my grocery list?"
paprika groceries
User: "Find chicken recipes"
paprika search "chicken"
--json for programmatic accessGenerated Mar 1, 2026
Home cooks use Paprika to manage personal recipe collections, plan weekly meals, and generate grocery lists. This helps streamline meal preparation, reduce food waste, and simplify shopping by organizing recipes into categories like dinner or quick meals.
Health coaches or dietitians integrate Paprika to create and share custom meal plans with clients. They can filter recipes by dietary needs, track ingredients, and provide structured grocery lists, supporting clients in adhering to nutritional goals and simplifying healthy eating.
Food bloggers use Paprika to organize and access their recipe databases efficiently. They can search for inspiration, export recipe details in JSON for website integration, and manage meal plans to schedule content creation, enhancing productivity and content consistency.
Small-scale food businesses utilize Paprika to manage recipe inventories, plan menus for events, and generate ingredient lists for procurement. This aids in cost control, inventory management, and ensuring consistency in dish preparation across different dates or services.
Offer a premium version of Paprika with advanced features like AI-powered meal suggestions, nutritional analysis, and collaborative meal planning. Revenue is generated through monthly or annual subscriptions from users seeking enhanced cooking and health management tools.
Partner with online grocery delivery platforms to allow users to directly add Paprika-generated grocery lists to their carts. Revenue comes from affiliate commissions or licensing fees paid by grocery services for seamless integration and increased user engagement.
Develop a customized version of Paprika for chefs, dietitians, or food businesses, offering features like bulk recipe management, team collaboration, and analytics. Revenue is generated through one-time licensing fees or tiered subscription plans tailored to professional needs.
💬 Integration Tip
Ensure Paprika cloud sync is enabled and set environment variables for authentication to automate CLI usage in scripts or applications.
Search and suggest recipes by ingredients, cuisine, or dietary preferences using TheMealDB API with detailed meal info and instructions.
Order food, groceries, and book restaurants in India via Swiggy's MCP servers. Food delivery, Instamart groceries, and Dineout restaurant bookings with safety-first confirmation workflow.
Search and browse 9,000+ Gousto recipes. Get full ingredients and step-by-step cooking instructions via official API.
Turn recipes into a Todoist Shopping list. Extract ingredients from recipe photos (Gemini Flash vision) or recipe web pages (search + fetch), then compare against the existing Shopping project with conservative synonym/overlap rules, skip pantry staples (salt/pepper), and sum quantities when units match. Also saves each cooked recipe into the workspace cookbook (recipes/).
Manage recipes and grocery lists from your Plan2Meal React Native app. Add recipes from URLs, search, view, and manage your grocery lists.
Help users cook better — recipe adaptation, substitutions, troubleshooting, and skill building.