airflow-mcp-serverServer

abhishekbhakat
GitHub
AirflowAPICloud

Loading subscription status...

💡 Description

A server for controlling Airflow via the Airflow API, based on the Model Context Protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "airflow-mcp-server": {
        "args": [
          "airflow-mcp-server",
          "--base-url",
          "http://localhost:8080",
          "--auth-token",
          "<jwt_token>"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

get_connectionspost_connectiondelete_connectionset_mapped_task_instance_noteget_dag_runsget_dag_runs_batchget_dag_dataset_queued_eventdelete_dataset_queued_events

Features

  • Supports safe and unsafe modes
  • Uses JWT for authentication