Back to directory
abhishekbhakat/airflow-mcp-server

abhishekbhakat/airflow-mcp-server

@abhishekbhakat

MCP Server for Apache Airflow - enables controlling Airflow via Airflow APIs with support for safe/unsafe modes and multiple transport protocols

airflowapache-airflowworkflowautomationdata-pipelinemcp-serverorchestration

Installation & Configuration

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

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/14
Updated
2026/6/15