Skip to main content
Glama
maksdizzy

Camunda Engine MCP Server

by maksdizzy

๐Ÿญ Camunda Engine MCP Server

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

Related MCP server: MCP Server for n8n Integration

๐ŸŽฏ 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! ๐Ÿš€

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maksdizzy/camunda-engine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server