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 for seamless interaction with Camunda.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-camunda": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Created with ❤ in Poland by lepo.co and the awesome open-source community. This repository provides a powerful set of 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 for seamless interaction with Camunda.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for Mcp Camunda and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Your Agentic Gateway to Camunda BPM.
Created with ❤ in Poland by lepo.co and the awesome open-source community.
This repository provides a powerful set of 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 for seamless interaction with Camunda.
| Tool | Description |
|---|---|
list_definitions | List deployed Camunda definitions. |
list_instances | List active instances of selected Camunda process. |
count_instances | Count active instances of selected Camunda process. |
list_variables | List variables of the selected Camunda process. |
count_variables | Count variables of the selected Camunda process. |
list_incidents | Lists variables of the selected Camunda process. |
count_incidents | Count variables of the selected Camunda process. |
list_user_tasks | Lists user tasks of the selected Camunda process. |
count_user_tasks | Count user tasks of the selected Camunda process. |
resolve_incident | Requests the Camunda process engine to resolve an incident. |
Build the image:
docker buildx build ./ -t mcp/camunda --no-cache
# or
dotnet publish ./src/Camunda.Mcp/Camunda.Mcp.csproj -c Release /t:PublishContainer
Run the container:
docker run -d -i --rm --name mcp-camunda mcp/camunda
# or for HTTP mode:
docker run -d --name mcp-camunda mcp/camunda -e MODE=Http -e CAMUNDA_HOST=http://host.docker.internal:8080/ -p 64623:8080
Example MCP config (.mcp.json):
{
"servers": {
"camunda": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/camunda",
"-e",
"CAMUNDA_HOST=http://host.docker.internal:8080/engine-rest/"
]
}
},
"inputs": []
}
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
Cammunda is a registered trademark of Camunda Services GmbH Zossener Strasse 55-58, 10961 Berlin, Germany.
It's used in this project as an information that the tools provided here are compatible with Camunda 7 Community Edition Engine, which is an open-source project licensed under the Apache License 2.0.
https://github.com/camunda/camunda-bpm-platform
Camunda MCP Server is free and open source software licensed under MIT License. You can use it in private and commercial projects.
Keep in mind that you must include a copy of the license in your project.