dolphin-mcp-pilot
Rank #5,042io.github.iflytek/dolphin-mcp-pilot
AI agent interface to Apache DolphinScheduler: 58 MCP tools for workflow orchestration & data ops.
dolphin-mcp-pilot is a Model Context Protocol (MCP) server published by iflytek. It ranks #5,042 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. dolphin-mcp-pilot is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 10, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 110,418 of 115,460 servers on MCP Toplist.
Use dolphin-mcp-pilot
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add dolphin-mcp-pilot -e "DS_URL=<your DS_URL>" -e "DS_TOKEN=<your DS_TOKEN>" -e "DS_USER=<your DS_USER>" -e "DS_PASSWORD=<your DS_PASSWORD>" -e "DS_TENANT_CODE=<your DS_TENANT_CODE>" -- docker run -i --rm ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1Replace each placeholder with your own value before saving.
[mcp_servers.dolphin-mcp-pilot]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"]
[mcp_servers.dolphin-mcp-pilot.env]
DS_URL = "<your DS_URL>"
DS_TOKEN = "<your DS_TOKEN>"
DS_USER = "<your DS_USER>"
DS_PASSWORD = "<your DS_PASSWORD>"
DS_TENANT_CODE = "<your DS_TENANT_CODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
],
"env": {
"DS_URL": "<your DS_URL>",
"DS_TOKEN": "<your DS_TOKEN>",
"DS_USER": "<your DS_USER>",
"DS_PASSWORD": "<your DS_PASSWORD>",
"DS_TENANT_CODE": "<your DS_TENANT_CODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
],
"env": {
"DS_URL": "<your DS_URL>",
"DS_TOKEN": "<your DS_TOKEN>",
"DS_USER": "<your DS_USER>",
"DS_PASSWORD": "<your DS_PASSWORD>",
"DS_TENANT_CODE": "<your DS_TENANT_CODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dolphin-mcp-pilot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
],
"env": {
"DS_URL": "<your DS_URL>",
"DS_TOKEN": "<your DS_TOKEN>",
"DS_USER": "<your DS_USER>",
"DS_PASSWORD": "<your DS_PASSWORD>",
"DS_TENANT_CODE": "<your DS_TENANT_CODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
],
"env": {
"DS_URL": "<your DS_URL>",
"DS_TOKEN": "<your DS_TOKEN>",
"DS_USER": "<your DS_USER>",
"DS_PASSWORD": "<your DS_PASSWORD>",
"DS_TENANT_CODE": "<your DS_TENANT_CODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dolphin-mcp-pilot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/iflytek/dolphin-mcp-pilot:0.3.1"
],
"env": {
"DS_URL": "<your DS_URL>",
"DS_TOKEN": "<your DS_TOKEN>",
"DS_USER": "<your DS_USER>",
"DS_PASSWORD": "<your DS_PASSWORD>",
"DS_TENANT_CODE": "<your DS_TENANT_CODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.iflytek%2Fdolphin-mcp-pilot)<a href="https://mcptoplist.com/server/io.github.iflytek%2Fdolphin-mcp-pilot"><img src="https://mcptoplist.com/badge/io.github.iflytek%2Fdolphin-mcp-pilot.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
iflytek
Other servers by iflytek
View all iflytek servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.1 | Aug 31, 2026 |
Frequently asked questions
- Who maintains dolphin-mcp-pilot?
- dolphin-mcp-pilot is maintained by iflytek, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is dolphin-mcp-pilot listed on the Official MCP Registry?
- Yes — dolphin-mcp-pilot is listed on the Official MCP Registry, alongside Glama.
- How many versions does dolphin-mcp-pilot have?
- MCP Toplist tracks 1 version of dolphin-mcp-pilot, most recently published on Aug 31, 2026.
- Where can I find the source code for dolphin-mcp-pilot?
- The source code for dolphin-mcp-pilot is hosted at github.com/iflytek/dolphin-mcp-pilot.