Parsley
FreeNot checkedAn MCP server that connects AI assistants to the Parsley platform for recipe management, menu planning, and event operations in food service.
About
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
Install Parsley in Claude Desktop, Claude Code & Cursor
unyly install parsley-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add parsley-mcp -- npx -y github:zachsnow/parsley-mcpFAQ
Is Parsley MCP free?
Yes, Parsley MCP is free — one-click install via Unyly at no cost.
Does Parsley need an API key?
No, Parsley runs without API keys or environment variables.
Is Parsley hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Parsley in Claude Desktop, Claude Code or Cursor?
Open Parsley on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzCompare Parsley with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
