Back to Apps

Paprika 3 MCP
by soggycactus
Manage and edit your Paprika 3 recipes using natural language through an LLM.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Paprika 3 MCP connects AI agents to the Paprika 3 recipe manager. It allows LLMs to read your existing recipe library as resources and programmatically create or update recipes using natural language, streamlining meal planning and recipe organization.
Tools
create_paprika_recipe: Saves a new recipe to the Paprika app.update_paprika_recipe: Modifies an existing recipe in the Paprika library.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"paprika-3": {
"command": "paprika-3-mcp",
"args": [
"--username",
"<your-email>",
"--password",
"<your-password>"
]
}
}
}
Supported hosts
- Claude
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"paprika-3": {
"command": "paprika-3-mcp",
"args": [
"--username",
"<your-email>",
"--password",
"<your-password>"
]
}
}
}





