paprika-mcp-server
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-mcp-serverfind a recipe for chocolate chip cookies"
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 Server
An MCP server that gives AI assistants access to your Paprika Recipe Manager data.
Building
pnpm install
pnpm buildRelated MCP server: paprika-mcp
Unpacking Paprika Recipes
Paprika exports recipes as .paprikarecipes archive files. Before starting the server, unpack them into individual JSON files:
./dist/index.js unpack --input recipes.paprikarecipes --output ./recipesOption | Description |
| Path to |
| Output directory for extracted JSON files (required) |
| Enable verbose logging |
Starting the Server
./dist/index.js mcp --recipes-dir ./recipesOption | Description |
| Directory containing recipe JSON files (default: |
| MCP server name (default: |
| Enable verbose logging |
Using with Claude
Claude Code
Add a .mcp.json file to your project root:
{
"mcpServers": {
"paprika": {
"type": "stdio",
"command": "node",
"args": [
"/path/to/paprika-mcp-server/dist/index.js",
"mcp",
"--recipes-dir",
"/path/to/your/recipes"
]
}
}
}License
Apache 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brentm5/paprika-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server