Skip to main content
Glama
briantkatch

Paprika MCP Server

by briantkatch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAPRIKA_EMAILNoYour Paprika account email address
PAPRIKA_PASSWORDNoYour Paprika account password
PAPRIKA_USER_AGENTNoUser-Agent string for Paprika API requests (optional, auto-detected if Paprika for Mac is installed)

Tools

Functions exposed to the LLM to take actions

NameDescription
search_recipes

Search recipes by text across title, ingredients, categories, directions, or notes. Returns recipe IDs, titles, and context for each match.

read_recipe

Read full recipe data by ID or exact title. Returns all recipe fields including categories, times, ingredients, directions, etc.

update_recipe

Update recipe fields using find/replace. This is a DANGEROUS operation that requires user confirmation. Can update any text field in a recipe.

format_fraction

Format a fraction string to unicode fraction characters. Converts simple fractions like '1/4' to '¼' or complex ones like '31/200' to '³¹⁄₂₀₀'. Handles already-formatted unicode fractions and strips whitespace. This tool does not require server connectivity and can be used for testing.

Prompts

Interactive templates invoked by user choice

NameDescription
user_preferencesLoad user preferences and high-level context from ~/.paprika-mcp/prompt.md. This can include dietary restrictions, favorite ingredients, or other helpful context.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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