Odel
dolphin mcp pilot

dolphin mcp pilot

Local
@iflytek15PythonApache-2.0Updated Today

AI agent interface to Apache DolphinScheduler: 58 MCP tools for workflow orchestration & data ops.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/iflytek/dolphin-mcp-pilot:0.3.1

Run

docker run -i --rm ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1

MCP client config

{
  "mcpServers": {
    "dolphin-mcp-pilot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
      ]
    }
  }
}