dolphin mcp pilot for Claude Desktop
io.github.iflytek/dolphin-mcp-pilot
AI agent interface to Apache DolphinScheduler: 58 MCP tools for workflow orchestration & data ops.
client:Claude Desktop
transport:stdio
runtime:oci
Install dolphin mcp pilot in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
],
"env": {
"DS_URL": "<DS_URL>",
"DS_TOKEN": "<DS_TOKEN>",
"DS_USER": "<DS_USER>",
"DS_PASSWORD": "<DS_PASSWORD>",
"DS_TENANT_CODE": "<DS_TENANT_CODE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs