A BPMN 2.0 rendering toolkit and web modeler.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bpmn-js": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bpmn-js"
]
}
}
}