Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@paprika-mcpShow me the ingredients for my lasagna recipe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
paprika-mcp
MCP server for Paprika Recipe Manager, built with FastMCP.
Setup
Install dependencies:
pip install -r requirements.txtCopy
.env.exampleto.envand fill in your Paprika credentials:cp .env.example .env
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"paprika": {
"command": "python",
"args": ["/path/to/paprika-mcp/server.py"]
}
}
}Available Tools
Tool | Description |
| Get change counters for all resource types |
| List all recipes as lightweight |
| Get full recipe details by UID |
| List all recipe categories |
| List all grocery lists |
| List grocery items, optionally filtered by list |
| List all meal plan entries |
Notes
All operations are read-only
The Paprika API is unofficial and undocumented; see
API_REFERENCE.mdfor detailsTokens are cached in memory and refreshed automatically on expiry (401)
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.