← Back to browse

airflow

Indexed by io.github.us-all

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 varsAIRFLOW_API_URL AIRFLOW_USERNAME AIRFLOW_PASSWORD AIRFLOW_ALLOW_WRITE AIRFLOW_TOOLS AIRFLOW_DISABLE
Claude 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

Add to 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.