ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Camunda with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Orchestrate business processes via Camunda. deploy BPMN models, start instances, and manage user tasks directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 25 capabilities

The complete Camunda capability set.

These are the exact actions your AI can choose when you ask it to work with Camunda.

Capability set01 / 07

01-04

4 capabilities in this set.

Part of 25 available through Camunda.

  1. 01

    Get user task form

    Retrieve the linked form for a user task

  2. 02

    Search groups

    Search for user groups

  3. 03

    Activate jobs

    Activate (poll) jobs for workers

  4. 04

    Assign user task

    Assign a user task to a specific user

Capability set02 / 07

05-08

4 capabilities in this set.

Part of 25 available through Camunda.

  1. 05

    Complete user task

    Complete a user task with variables

  2. 06

    Fail job

    Mark a job as failed (triggers retries or incidents)

  3. 07

    Get incident

    Get incident details

  4. 08

    Search incidents

    Search for process incidents

Capability set03 / 07

09-12

4 capabilities in this set.

Part of 25 available through Camunda.

  1. 09

    Search jobs

    Search for job instances

  2. 10

    Search process definitions

    Search for deployed process definitions

  3. 11

    Search tenants

    Search for tenants (Multi-tenancy)

  4. 12

    Search users

    Search for users

Capability set04 / 07

13-16

4 capabilities in this set.

Part of 25 available through Camunda.

  1. 13

    Search variables

    Search for process or local variables

  2. 14

    Start process instance

    Start a new process instance

  3. 15

    Throw job error

    Throw a BPMN error from a job

  4. 16

    Unassign user task

    Unassign a user task

Capability set05 / 07

17-19

3 capabilities in this set.

Part of 25 available through Camunda.

  1. 17

    Complete job

    Complete an activated job

  2. 18

    Deploy resources

    Deploy BPMN, DMN, or Form resources

  3. 19

    Get process definition xml

    Retrieve the BPMN XML of a process definition

Capability set06 / 07

20-22

3 capabilities in this set.

Part of 25 available through Camunda.

  1. 20

    Get process instance

    Get details of a specific process instance

  2. 21

    Get topology

    Get cluster topology and partition status

  3. 22

    Get user task

    Get details of a specific user task

Capability set07 / 07

23-25

3 capabilities in this set.

Part of 25 available through Camunda.

  1. 23

    Get variable

    Get a specific variable value

  2. 24

    Search process instances

    Search for process instances

  3. 25

    Search user tasks

    Search for human tasks

Observed, not estimated

1073ms average. Fast in production.

Camunda is checked daily against the live service.

Daily averagePeak 1404ms
Aug 22Today
Fastest day
889ms
Slowest day
1404ms
14-day trend
Improving-24%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 25 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Camunda, so you can see the experience inside your AI.

It does not authenticate your account with Camunda. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Camunda Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_y90Ds8k0UbZiOWswYWNQuOxmGmJvdjC4E519twOc/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Camunda capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "camunda-bpmn-engine-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_y90Ds8k0UbZiOWswYWNQuOxmGmJvdjC4E519twOc/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Camunda owners ask.

  • 01

    Can I start a process instance with specific input data?

    Yes! Use the start_process_instance capability and provide the variables JSON object. The AI will map your data to the process requirements automatically.

  • 02

    How do I find all tasks currently assigned to a specific user?

    You can use the search_user_tasks capability with a filter like {"assignee": "user-id"}. The agent will return a list of all active human tasks for that person.

  • 03

    Is it possible to see why a process instance is stuck?

    Yes. Use search_incidents to find errors in the cluster, and then get_incident with the specific key to see the error message and stack trace.