Skip to content
Cursor

airflow for Cursor

io.github.us-all/airflow

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)

client:Cursor transport:stdio runtime:npm

Install airflow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "airflow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@us-all/airflow-mcp"
      ],
      "env": {
        "AIRFLOW_API_URL": "<AIRFLOW_API_URL>",
        "AIRFLOW_USERNAME": "<AIRFLOW_USERNAME>",
        "AIRFLOW_PASSWORD": "<AIRFLOW_PASSWORD>",
        "AIRFLOW_ALLOW_WRITE": "<AIRFLOW_ALLOW_WRITE>",
        "AIRFLOW_TOOLS": "<AIRFLOW_TOOLS>",
        "AIRFLOW_DISABLE": "<AIRFLOW_DISABLE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

airflow in other clients