dolphinscheduler

GitHub

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code

RAW Config

Claude Desktop Configuration

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

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