P

Paprika

MCP server for accessing Paprika recipe manager, enabling AI assistants to search, read, and manage recipes and meal plans.

Paprika·No reviews yet
Share:

About

MCP server for accessing Paprika recipe manager, enabling AI assistants to search, read, and manage recipes and meal plans.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Paprika.

What is the Paprika MCP server's primary function?
The Paprika MCP server allows AI assistants to interface with the Paprika recipe manager. It enables search, reading, and management of recipes and meal plans within the Paprika application ecosystem.
Does the Paprika MCP server require an API key or authentication?
The Paprika MCP server does not specify an authentication type, indicating it may not require an API key or explicit OAuth for initial access. Specific authentication may depend on the underlying Paprika application configuration.
How can I integrate Paprika MCP with a client like Cline?
To integrate with a client like Cline, you would typically configure it to connect to the Paprika MCP server's stdio transport. The exact steps depend on Cline's configuration interface for MCP servers, usually involving specifying the server's executable.
What are the core capabilities exposed by the Paprika MCP?
The Paprika MCP exposes capabilities for AI assistants to search for recipes, retrieve recipe details, and manage meal plans. This includes functions for organization and interaction with the user's recipe data in Paprika.
Are there any known limitations or prerequisites for using the Paprika MCP?
A prerequisite is having the Paprika recipe manager application installed and accessible for the MCP server to function. A limitation might be the server's reliance on the application's local data storage and its availability.

Install Paprika

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "paprika": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paprika"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "paprika": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paprika"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "paprika": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-paprika"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.