
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@mcgilly17/paprika-mcp
Advanced tools
MCP server for Paprika Recipe Manager - read, create, and update recipes, meals, and grocery lists
MCP server for Paprika Recipe Manager. Read, create, and update recipes, meals, and grocery lists — no delete operations.
PAPRIKA_EMAIL=you@example.com PAPRIKA_PASSWORD=secret npx @mcgilly17/paprika-mcp
Or in an MCP config:
{
"paprika": {
"command": "npx",
"args": ["-y", "@mcgilly17/paprika-mcp"],
"env": {
"PAPRIKA_EMAIL": "you@example.com",
"PAPRIKA_PASSWORD": "your-password"
}
}
}
| Tool | Description |
|---|---|
list_recipes | List all recipes (name, uid, categories). Supports category filter. |
search_recipes | Full-text search across recipe fields with context snippets |
get_recipe | Get full recipe by uid or title (with optional field selection) |
list_categories | List all categories with hierarchy |
list_meals | List meal plan entries (filterable by date range) |
list_groceries | List current grocery items |
| Tool | Description |
|---|---|
create_recipe | Create a new recipe (name required, all other fields optional) |
update_recipe | Update specific fields of an existing recipe by uid |
add_grocery_item | Add item to grocery list |
add_meal | Add recipe to meal plan for a date |
Set PAPRIKA_EMAIL and PAPRIKA_PASSWORD environment variables. Uses HTTP Basic Auth against the Paprika v1 sync API.
MIT
FAQs
MCP server for Paprika Recipe Manager - read, create, and update recipes, meals, and grocery lists
We found that @mcgilly17/paprika-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.