Back to Apps

Paprika MCP
Supports UIby bojanrajkovic
Manage recipes, pantry, and grocery lists in Paprika through a powerful MCP interface.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Provides a comprehensive UI and toolset for managing the Paprika recipe manager. It allows AI assistants to search recipes, organize pantry inventory, manage grocery lists, and plan meals.
Key features
- Full Recipe Management: CRUD operations for recipes, categories, and pagination.
- Pantry & Groceries: Track inventory, manage aisles, and maintain grocery lists.
- Meal Planning: Detailed control over upcoming plans, history, and specific meal types.
- Semantic Search: Natural language recipe discovery using OpenAI-compatible embedding providers.
- AI Recipe Art: Generate or restyle recipe photos via OpenRouter image models.
Installation
Use npx for quick setup:
npx -y @bojanrajkovic/mcp-paprika
Claude Desktop Config:
{
"mcpServers": {
"paprika": {
"command": "npx",
"args": ["-y", "@bojanrajkovic/mcp-paprika"],
"env": {
"PAPRIKA_EMAIL": "you@example.com",
"PAPRIKA_PASSWORD": "your-password"
}
}
}
}
Supported hosts
- claude
- cursor
Quick install
npx -y @bojanrajkovic/mcp-paprikaInformation
- Pricing
- free
- Published
- 7/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to MCP settings: command `npx`, args `['-y', '@bojanrajkovic/mcp-paprika']`Claude Desktop
{
"mcpServers": {
"paprika": {
"command": "npx",
"args": ["-y", "@bojanrajkovic/mcp-paprika"],
"env": {
"PAPRIKA_EMAIL": "you@example.com",
"PAPRIKA_PASSWORD": "your-password"
}
}
}
}





