airflow
About
Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AIRFLOW_API_URL AIRFLOW_USERNAME AIRFLOW_PASSWORD AIRFLOW_ALLOW_WRITE AIRFLOW_TOOLS AIRFLOW_DISABLEClaude Code
claude mcp add --env AIRFLOW_API_URL= --env AIRFLOW_USERNAME= --env AIRFLOW_PASSWORD= --env AIRFLOW_ALLOW_WRITE= --env AIRFLOW_TOOLS= --env AIRFLOW_DISABLE= airflow -- npx @us-all/airflow-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"airflow","command":"npx","args":["@us-all/airflow-mcp"],"env":{"AIRFLOW_API_URL":"","AIRFLOW_USERNAME":"","AIRFLOW_PASSWORD":"","AIRFLOW_ALLOW_WRITE":"","AIRFLOW_TOOLS":"","AIRFLOW_DISABLE":""}}'
JSON
{
"mcpServers": {
"airflow": {
"command": "npx",
"args": [
"@us-all/airflow-mcp"
],
"env": {
"AIRFLOW_API_URL": "",
"AIRFLOW_USERNAME": "",
"AIRFLOW_PASSWORD": "",
"AIRFLOW_ALLOW_WRITE": "",
"AIRFLOW_TOOLS": "",
"AIRFLOW_DISABLE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.