Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@mcgilly17/paprika-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcgilly17/paprika-mcp

MCP server for Paprika Recipe Manager - read, create, and update recipes, meals, and grocery lists

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@mcgilly17/paprika-mcp

MCP server for Paprika Recipe Manager. Read, create, and update recipes, meals, and grocery lists — no delete operations.

Usage

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"
    }
  }
}

Tools

Read

ToolDescription
list_recipesList all recipes (name, uid, categories). Supports category filter.
search_recipesFull-text search across recipe fields with context snippets
get_recipeGet full recipe by uid or title (with optional field selection)
list_categoriesList all categories with hierarchy
list_mealsList meal plan entries (filterable by date range)
list_groceriesList current grocery items

Write

ToolDescription
create_recipeCreate a new recipe (name required, all other fields optional)
update_recipeUpdate specific fields of an existing recipe by uid
add_grocery_itemAdd item to grocery list
add_mealAdd recipe to meal plan for a date

Auth

Set PAPRIKA_EMAIL and PAPRIKA_PASSWORD environment variables. Uses HTTP Basic Auth against the Paprika v1 sync API.

License

MIT

Keywords

mcp

FAQs

Package last updated on 16 Mar 2026

Did you know?

Socket

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.

Install

Related posts