@bojanrajkovic/mcp-paprika
v1.0.4
Published
MCP server for Paprika recipe manager
Readme
@bojanrajkovic/mcp-paprika
An MCP server for Paprika recipe manager. Search, browse, create, and manage your recipes from any MCP client.
Features
- 10 tools for recipe management — search, filter, CRUD, categories, pagination
- Semantic search via
discover_recipes— find recipes by natural language description using any OpenAI-compatible embedding provider - Background sync — keeps your local cache in sync with Paprika's cloud
- MCP resources — expose recipes as
paprika://recipe/{uid}resources
Quick start
Add to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"paprika": {
"command": "npx",
"args": ["-y", "@bojanrajkovic/mcp-paprika"],
"env": {
"PAPRIKA_EMAIL": "[email protected]",
"PAPRIKA_PASSWORD": "your-password"
}
}
}
}See configuration for all available options including background sync and semantic search.
Documentation
- Configuration — env vars, config files, platform paths
- Tools reference — all 10 tools with parameters and examples
- Embedding providers — set up semantic search with Ollama, OpenAI, OpenRouter, etc.
- Architecture — how it works under the hood
