Paprika Server
БесплатноНе проверенGives AI assistants access to your Paprika Recipe Manager data by unpacking recipe archives and serving them via MCP.
Описание
Gives AI assistants access to your Paprika Recipe Manager data by unpacking recipe archives and serving them via MCP.
README
An MCP server that gives AI assistants access to your Paprika Recipe Manager data.
Building
pnpm install
pnpm build
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
Установка Paprika Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/brentm5/paprika-mcp-serverFAQ
Paprika Server MCP бесплатный?
Да, Paprika Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Paprika Server?
Нет, Paprika Server работает без API-ключей и переменных окружения.
Paprika Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Paprika Server в Claude Desktop, Claude Code или Cursor?
Открой Paprika Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Paprika Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
