bpmn-js

GitHub

A BPMN 2.0 rendering toolkit and web modeler.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "bpmn-js": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bpmn-js"
      ]
    }
  }
}