Odel
airflow mcp server

airflow mcp server

Local
@us-all2TypeScriptMITUpdated 1mo ago

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

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).

npm@us-all/airflow-mcpv1.4.1

Run

npx -y @us-all/airflow-mcp

MCP client config

{
  "mcpServers": {
    "airflow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/airflow-mcp"
      ]
    }
  }
}