Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Jokes MCP Server
  • Jokes MCP Server
  • MCP Pokemon Server
  • MCP Server
  • GitHub MCP Server
Back to MCP Servers
Paprika 3 MCP Server

Paprika 3 MCP Server

Public
soggycactus/paprika-3-mcp

Expose Paprika 3 recipes as Model Context Protocol resources, enabling LLMs like Claude to create and update recipes seamlessly within the Paprika app.

javascript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Paprika 3 MCP Server

MCP Server

Unlock the full potential of Paprika 3 MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available β€’ No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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__linux_amd64.zip for Linux
    • paprika-3-mcp__windows_amd64.zip for Windows
  3. Extract the zip archive:

    • Linux:
      unzip paprika-3-mcp___.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", "", "--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 SystemLog 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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Jokes MCP Server
    Jokes MCP Server

    Deploy a Model Context Protocol (MCP) server to seamlessly integrate AI models with diverse data sou...

    Added May 30, 2025
  • Jokes MCP Server
    Jokes MCP Server

    Deploy a Model Context Protocol (MCP) server to seamlessly integrate AI models with diverse data sou...

    Added May 30, 2025
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation enabling interaction with the PokeAPI to fetch dynamic PokΓ©mon data and...

    Added May 30, 2025
  • MCP Server
    MCP Server

    Provides greeting-related tools, resources, and prompts via Model Context Protocol (MCP), enabling p...

    Added May 30, 2025
  • GitHub MCP Server
    GitHub MCP Server

    Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...

    Added May 30, 2025