Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Parsley

БесплатноНе проверен

An MCP server that connects AI assistants to the Parsley platform for recipe management, menu planning, and event operations in food service.

GitHubEmbed

Описание

An MCP server that connects AI assistants to the Parsley platform for recipe management, menu planning, and event operations in food service.

README

An MCP server that gives AI assistants access to Parsley — recipe management, menu planning, and event operations for food service.

Hosted

A hosted version is available at parsley.vein.io. Connect any MCP client using a Remote transport with your Parsley API token, passed either as a Bearer token in the Authorization header or as a ?token= query parameter.

Read-only endpoint:

https://parsley.vein.io/mcp

Read-write endpoint (includes event and user management):

https://parsley.vein.io/mcp/write

Demo endpoint (no auth required, mock data):

https://parsley.vein.io/mcp/demo

Filtering tools

Pass ?tools=a,b,c to register only the tools you need, trimming the tool schema from the context window:

https://parsley.vein.io/mcp?tools=list_menu_items,get_recipe,list_events

Unknown names return 400. Works on /mcp, /mcp/write, and /mcp/demo.

Local (stdio)

Run locally via npx:

PARSLEY_API_TOKEN=your_token npx parsley-mcp

Or with write access:

PARSLEY_API_TOKEN=your_token npx parsley-mcp --enable-writes

Claude Desktop configuration

{
  "mcpServers": {
    "parsley": {
      "command": "npx",
      "args": ["parsley-mcp"],
      "env": {
        "PARSLEY_API_TOKEN": "your_token"
      }
    }
  }
}

Tools

Read-only: list/get menu items, menus, recipes, ingredients, events, chef users, chef tags, serving stations, commissary reports, and CDN access tokens.

Write (opt-in): create/update events, push sales/waste/leftover data, create/update/delete chef users, and manage chef tags.

Development

npm install
npm run build
npm start

Deploy to Cloudflare Workers:

npm run deploy

Parsley API

This server wraps the Parsley public API.

License

MIT

from github.com/zachsnow/parsley-mcp

Установка Parsley

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/zachsnow/parsley-mcp

FAQ

Parsley MCP бесплатный?

Да, Parsley MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Parsley?

Нет, Parsley работает без API-ключей и переменных окружения.

Parsley — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Parsley в Claude Desktop, Claude Code или Cursor?

Открой Parsley на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Parsley with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai