parsley-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@parsley-mcpshow me this week's events"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Parsley MCP Server
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/mcpRead-write endpoint (includes event and user management):
https://parsley.vein.io/mcp/writeDemo endpoint (no auth required, mock data):
https://parsley.vein.io/mcp/demoFiltering 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_eventsUnknown names return 400. Works on /mcp, /mcp/write, and /mcp/demo.
Related MCP server: Catalyst MCP Server
Local (stdio)
Run locally via npx:
PARSLEY_API_TOKEN=your_token npx parsley-mcpOr with write access:
PARSLEY_API_TOKEN=your_token npx parsley-mcp --enable-writesClaude 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 startDeploy to Cloudflare Workers:
npm run deployParsley API
This server wraps the Parsley public API.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
One connector for 15,000+ MCP servers plus your team's private MCPs, from any AI client.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables AI-powered recipe generation and transformation using natural language, supporting dietary restrictions, allergies, and nutritional goals.213MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that loads and serves Knowledge Packs to connect AI assistants with business systems like databases, DevOps tools, and APIs.1-
- AlicenseAqualityDmaintenanceMCP server that enables AI assistants to query Parse.ly analytics for top posts, authors, tags, referrers, content search, and social shares.6181MIT
- FlicenseNot gradedqualityDmaintenanceMCP server enabling AI assistants to manage recipes and ingredients in the WeekPlan app via its REST API.1-