AI agent interface to Apache DolphinScheduler: 58 MCP tools for workflow orchestration & data ops.
claude mcp add dolphin-mcp-pilot -- docker run -i --rm ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1
claude_desktop_config.json
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"dolphin-mcp-pilot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.iflytek--dolphin-mcp-pilot/reviews or the review_server meta-tool.
POST /mcp