Skip to main content
Glama
brentm5

paprika-mcp-server

by brentm5

Paprika MCP Server

An MCP server that gives AI assistants access to your Paprika Recipe Manager data.

Building

pnpm install
pnpm build

Related 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 ./recipes

Option

Description

--input <file>

Path to .paprikarecipes archive (required)

--output <dir>

Output directory for extracted JSON files (required)

--verbose

Enable verbose logging

Starting the Server

./dist/index.js mcp --recipes-dir ./recipes

Option

Description

--recipes-dir <path>

Directory containing recipe JSON files (default: $PAPRIKA_RECIPES_DIR or ./.recipes)

--server-name <name>

MCP server name (default: $PAPRIKA_SERVER_NAME or "paprika")

--verbose

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
1wRelease cycle
7Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    An MCP server that provides read-only access to the Paprika Recipe Manager, allowing users to list and retrieve recipes, grocery items, and meal plans. It enables seamless interaction with recipe details and category information through the Paprika API.
    Last updated
    4
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    MCP server for Paprika recipe manager enabling search, CRUD operations, grocery lists, meal planning, and menus via natural language, with semantic search and background sync.
    Last updated
    76
    2
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Docker-hosted MCP server for Mealie that enables AI agents to read cookbooks, extract recipes, translate them if needed, store them in Mealie, and verify the results.
    Last updated

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View all MCP Connectors

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

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