MCP Camunda
Tools to interact with the Camunda 7 Community Edition Engine using the Model Context Protocol (MCP). Whether you're automating workflows, querying process instances, or integrating with external systems, Camunda MCP Server is your agentic solution f
What is MCP Camunda?
MCP Camunda is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to tools to interact with the camunda 7 community edition engine using the model context protocol (mcp). whether you're automating workflows, querying process instances, or integrating with external syst...
Tools to interact with the Camunda 7 Community Edition Engine using the Model Context Protocol (MCP). Whether you're automating workflows, querying process instances, or integrating with external systems, Camunda MCP Server is your agentic solution f
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Tools to interact with the Camunda 7 Community Edition Engin
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-camundaConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP Camunda
MCP Camunda is a C#-based MCP server that connects AI assistants to Camunda 7 Community Edition, enabling agentic workflow automation, process instance querying, incident management, and user task visibility through the Model Context Protocol. It supports both stdio and HTTP transport modes and is distributed as a Docker image, making it straightforward to integrate into existing Camunda deployments without additional runtime dependencies.
Prerequisites
- Camunda 7 Community Edition engine running and accessible over HTTP
- Docker installed for containerized deployment
- .NET SDK (if building from source instead of using Docker)
- Network access from the MCP server container to the Camunda engine REST API
- Camunda REST API endpoint URL (e.g., http://host.docker.internal:8080/engine-rest/)
Start your Camunda 7 engine
Ensure a Camunda 7 Community Edition instance is running and its REST API is accessible. The default REST endpoint is typically http://localhost:8080/engine-rest/.
# Example: start Camunda 7 via Docker
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:run-latestBuild the MCP Camunda Docker image
Clone the repository and build the Docker image using the provided Dockerfile, or use the dotnet publish container target.
git clone https://github.com/lepoco/mcp-camunda.git
cd mcp-camunda
docker buildx build ./ -t mcp/camunda --no-cacheRun the MCP server container (stdio mode)
Start the container in interactive detached mode for stdio-based MCP communication, which is the default mode used by Claude Desktop.
docker run -d -i --rm --name mcp-camunda mcp/camundaRun the MCP server container (HTTP mode)
Alternatively, run in HTTP mode by setting the MODE and CAMUNDA_HOST environment variables and exposing the port.
docker run -d --name mcp-camunda mcp/camunda \
-e MODE=Http \
-e CAMUNDA_HOST=http://host.docker.internal:8080/engine-rest/ \
-p 64623:8080Add to Claude Desktop MCP configuration
Register the Docker-based MCP server in your claude_desktop_config.json using the stdio transport. Pass CAMUNDA_HOST so the server knows where to reach the engine.
{
"mcpServers": {
"mcp-camunda": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "CAMUNDA_HOST=http://host.docker.internal:8080/engine-rest/",
"mcp/camunda"
]
}
}
}MCP Camunda Examples
Client configuration
Full claude_desktop_config.json entry for MCP Camunda using Docker in stdio mode with the Camunda engine host configured.
{
"mcpServers": {
"mcp-camunda": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "CAMUNDA_HOST=http://host.docker.internal:8080/engine-rest/",
"mcp/camunda"
]
}
}
}Prompts to try
Use these prompts after connecting Claude to the Camunda MCP server to query and manage your workflows.
- "List all active process instances in Camunda"
- "How many running instances does the 'order-fulfillment' process have?"
- "Show me all open incidents and help me resolve them"
- "List all user tasks currently waiting for human input"
- "What process definitions are deployed to the engine?"Troubleshooting MCP Camunda
Container cannot reach the Camunda engine at the configured CAMUNDA_HOST
When running Docker on macOS or Windows, use 'host.docker.internal' instead of 'localhost' in CAMUNDA_HOST. On Linux, use the host's actual IP address or run the container with --network=host.
Docker build fails with .NET SDK errors
Ensure Docker has internet access to pull the .NET base image. If behind a proxy, configure Docker's proxy settings. Alternatively use 'dotnet publish ./src/Camunda.Mcp/Camunda.Mcp.csproj -c Release /t:PublishContainer' with the .NET SDK installed locally.
MCP client shows no tools available after connecting
Confirm the container is running in interactive mode (-i flag) for stdio transport. Check container logs with 'docker logs mcp-camunda' to see startup errors. Verify the Camunda engine REST API returns a valid response at the configured host URL.
Frequently Asked Questions about MCP Camunda
What is MCP Camunda?
MCP Camunda is a Model Context Protocol (MCP) server that tools to interact with the camunda 7 community edition engine using the model context protocol (mcp). whether you're automating workflows, querying process instances, or integrating with external systems, camunda mcp server is your agentic solution f It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP Camunda?
Follow the installation instructions on the MCP Camunda GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with MCP Camunda?
MCP Camunda works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP Camunda free to use?
Yes, MCP Camunda is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
MCP Camunda Alternatives — Similar Business Applications Servers
Looking for alternatives to MCP Camunda? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up MCP Camunda in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use MCP Camunda?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.