1. Conduid
  2. Developer Tools
  3. Paprika 3 MCP
MCP server · Developer Tools

Paprika 3 MCP

MCP Server for creating/editing recipes in Paprika 3 with natural language

Unclaimed MIT last commit 8 months ago devtools
58Fair

Scored 2 days ago · breakdown

About Paprika 3 MCP

Paprika 3 MCP is an MCP server published by soggycactus in the Developer Tools category: mCP Server for creating/editing recipes in Paprika 3 with natural language. It has been installed 0 times through Conduid.

The repository has 23 stars and 9 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx paprika-3-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Paprika 3 MCP

Powered by Claude · Grounded in docs

I know everything about Paprika 3 MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.0v0.1.0 · 13 Apr 2025Changelog 60c960ec2c69302a1ba3c3cc4de53000b859ceb8: fix: move entrypoint into paprika-3-mcp directory (@) 7704ee8fcc3e4dfb61fc52e6a9baebc78892a7f5: fix: load resources dynamically on startup, add update recipe tool (@)…

README

paprika-3-mcp

A Model Context Protocol (MCP) server that exposes your Paprika 3 recipes as LLM-readable resources — and lets an LLM like Claude create or update recipes in your Paprika app.

🖼️ Example: Claude using the Paprika MCP server

🚀 Features

See anything missing? Open an issue on this repo to request a feature!

📄 Resources

  • Recipes ✅
  • Recipe Photos 🚧

🛠 Tools

  • create_paprika_recipe
    Allows Claude to save a new recipe to your Paprika app
  • update_paprika_recipe
    Allows Claude to modify an existing recipe

⚙️ Prerequisites

  • ✅ A Mac, Linux, or Windows system
  • Paprika 3 installed with cloud sync enabled
  • ✅ Your Paprika 3 username and password
  • ✅ Claude or any LLM client with MCP tool support enabled

🛠 Installation

You can download a prebuilt binary from the Releases page.

🍎 macOS (via Homebrew)

If you're on macOS, the easiest way to install is with Homebrew:

brew tap soggycactus/tap
brew install paprika-3-mcp

🐧 Linux / 🪟 Windows

  1. Go to the latest release.

  2. Download the appropriate archive for your operating system and architecture:

    • paprika-3-mcp_<version>_linux_amd64.zip for Linux
    • paprika-3-mcp_<version>_windows_amd64.zip for Windows
  3. Extract the zip archive:

    • Linux:
      unzip paprika-3-mcp_<version>_<os>_<arch>.zip
      
    • Windows:
      • Right-click the .zip file and select Extract All, or use a tool like 7-Zip.
  4. Move the binary to a directory in your system's $PATH:

    • Linux:

      sudo mv paprika-3-mcp /usr/local/bin/
      
    • Windows:

      • Move paprika-3-mcp.exe to any folder in your PATH (e.g., %USERPROFILE%\bin)

✅ Test the installation

You can verify the server is installed by checking:

paprika-3-mcp --version

You should see:

paprika-3-mcp version v0.1.0

🤖 Setting up Claude

If you haven't setup MCP before, first read more about how to install Claude Desktop client & configure an MCP server.

To add paprika-3-mcp to Claude, all you need to do is create another entry in the mcpServers section of your claude_desktop_config.json file:

{
  "mcpServers": {
    "paprika-3": {
      "command": "paprika-3-mcp",
      "args": [
        "--username",
        "<your paprika 3 username (usually email)>",
        "--password",
        "<your paprika 3 password>"
      ]
    }
  }
}

Restart Claude and you should see the MCP server tools after clicking on the hammerhead icon:

MCP server running with Claude

📄 License

This project is open source under the MIT License © 2025 Lucas Stephens.


🗂 Miscellaneous

📄 Where can I see the server logs?

The MCP server writes structured logs using Go’s slog with rotation via lumberjack. Log files are automatically created based on your operating system:

Operating System Log File Path
macOS ~/Library/Logs/paprika-3-mcp/server.log
Linux /var/log/paprika-3-mcp/server.log
Windows %APPDATA%\paprika-3-mcp\server.log
Other / Unknown /tmp/paprika-3-mcp/server.log

💡 Logs are rotated automatically at 100MB, with only 5 backup files kept. Logs are also wiped after 10 days.

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Paprika 3 MCP

How do I install Paprika 3 MCP?

Run npx paprika-3-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Paprika 3 MCP safe to use with an AI agent?

Its trust score is 58 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Paprika 3 MCP still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.