Skip to main content
Glama
aarons22

paprika-mcp

by aarons22

paprika-mcp

MCP server for Paprika Recipe Manager, built with FastMCP.

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Copy .env.example to .env and 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_sync_status

Get change counters for all resource types

list_recipes

List all recipes as lightweight {uid, hash} pairs

get_recipe(uid)

Get full recipe details by UID

list_categories

List all recipe categories

list_grocery_lists

List all grocery lists

list_grocery_items(list_uid?)

List grocery items, optionally filtered by list

list_meal_plans

List all meal plan entries

Notes

  • All operations are read-only

  • The Paprika API is unofficial and undocumented; see API_REFERENCE.md for details

  • Tokens are cached in memory and refreshed automatically on expiry (401)

-
security - not tested
F
license - not found
-
quality - not tested

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

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/aarons22/paprika-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server