airflow-mcp-server

us-all/airflow-mcp-server
★ 0 stars TypeScript 🔒 Security Updated today
Airflow MCP server — DAG list, runs, task instances, log tails, trigger and clear over the Airflow REST API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

> Airflow MCP server — read DAGs, runs, task instances, log tails; trigger and clear (write-gated). Built on `@us-all/mcp-toolkit`. A focused MCP for the Airflow 3.x REST API (`/api/v2`). Read by default; `airflow-trigger-dag` and `airflow-clear-task` are gated behind `AIRFLOW_ALLOW_WRITE=true`. Auth is JWT via SimpleAuthManager — supply `AIRFLOW_USERNAME` + `AIRFLOW_PASSWORD` and the server mints/refreshes the token transparently.

Tools (5)

AIRFLOW_ALLOW_WRITEAIRFLOW_API_URLAIRFLOW_PASSWORDAIRFLOW_USERNAMEairflow