Camunda Engine Server
FreeNot checkedA Model Context Protocol (MCP) server that enables AI assistants to interact with Camunda Platform workflow engine. Provides 21 specialized tools for complete w
About
A Model Context Protocol (MCP) server that enables AI assistants to interact with Camunda Platform workflow engine. Provides 21 specialized tools for complete workflow automation and process management.
README
Production Ready Docker MCP Camunda
A Model Context Protocol (MCP) server that enables AI assistants to interact with Camunda Platform workflow engine. Provides 21 specialized tools for complete workflow automation and process management.
✅ PRODUCTION READY - Fully tested, containerized, and ready for deployment.
🚀 Quick Start
1. Start the Server
git clone <repo-url>
cd camunda-engine-mcp
docker-compose up -d
2. Configure Claude Desktop
Add to your Claude Desktop MCP settings:
{
"mcpServers": {
"camunda": {
"command": "docker",
"args": [
"exec", "-i",
"-e", "CAMUNDA_BASE_URL=https://your-camunda-instance.com/engine-rest",
"-e", "CAMUNDA_USERNAME=your-username",
"-e", "CAMUNDA_PASSWORD=your-password",
"camunda-mcp-server",
"node", "build/index.js"
]
}
}
}
3. Restart Claude Desktop
Completely close and restart Claude Desktop to load the MCP server.
4. Test Connection
Try these commands in Claude Desktop:
Show me all available processes in Camunda
Get the list of current tasks from Camunda
Deploy BPMN from file /workspace/bpmn/simple-process.bpmn
🎯 Features
- 21 MCP Tools for complete Camunda workflow management
- Process Management - Deploy, start, monitor BPMN processes
- Task Management - Handle user tasks and forms
- Large File Support - Deploy big BPMN files via file paths
- Production Ready - Docker, monitoring, health checks
- Real-time Integration - Direct connection to live Camunda instances
📁 File Deployment
For large BPMN/form files, place them in directories:
./bpmn-files/your-process.bpmn # → /workspace/bpmn/your-process.bpmn
./forms/your-form.form # → /workspace/forms/your-form.form
Then use file paths instead of content:
Deploy BPMN from file /workspace/bpmn/your-process.bpmn
📚 Documentation
- Setup Guide - Detailed configuration and all 21 tools
- Troubleshooting - Common issues and solutions
- Testing Guide - Comprehensive testing framework
- Production Report - Production readiness details
🔧 Environment Variables
CAMUNDA_BASE_URL=https://your-camunda-instance.com/engine-rest
CAMUNDA_USERNAME=your-username
CAMUNDA_PASSWORD=your-password
🧪 Health Check
docker exec camunda-mcp-server npm run health-check
📞 Support
- Issues: Check Troubleshooting Guide
- Setup: See Setup Guide
- Testing: Run
npm run health-check
Ready to automate your workflows with AI? Start with the Quick Start above! 🚀
Install Camunda Engine Server in Claude Desktop, Claude Code & Cursor
unyly install camunda-engine-mcp-serverInstalls 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 camunda-engine-mcp-server -- npx -y github:maksdizzy/camunda-engine-mcpFAQ
Is Camunda Engine Server MCP free?
Yes, Camunda Engine Server MCP is free — one-click install via Unyly at no cost.
Does Camunda Engine Server need an API key?
No, Camunda Engine Server runs without API keys or environment variables.
Is Camunda Engine Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Camunda Engine Server in Claude Desktop, Claude Code or Cursor?
Open Camunda Engine Server 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 Camunda Engine Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
