Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Camunda Engine Server

FreeNot checked

A Model Context Protocol (MCP) server that enables AI assistants to interact with Camunda Platform workflow engine. Provides 21 specialized tools for complete w

GitHubEmbed

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

🔧 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


Ready to automate your workflows with AI? Start with the Quick Start above! 🚀

from github.com/maksdizzy/camunda-engine-mcp

Install Camunda Engine Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install camunda-engine-mcp-server

Installs 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-mcp

FAQ

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

Compare 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