P
Paprika
MCP server for accessing Paprika recipe manager, enabling AI assistants to search, read, and manage recipes and meal plans.
Share:
About
MCP server for accessing Paprika recipe manager, enabling AI assistants to search, read, and manage recipes and meal plans.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install Paprika
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"paprika": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-paprika"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"paprika": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-paprika"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"paprika": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-paprika"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.