paprika-3-mcp

soggycactus/paprika-3-mcp
★ 27 stars Go 📦 Other Updated 10d ago
MCP Server for creating/editing recipes in Paprika 3 with natural language
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "paprika-3-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/soggycactus/paprika-3-mcp@latest"
      ]
    }
  }
}