Back to directory
yangkyeongmo/mcp-server-apache-airflow

yangkyeongmo/mcp-server-apache-airflow

@yangkyeongmo

A Model Context Protocol (MCP) server implementation for Apache Airflow, enabling seamless integration with MCP clients.

apache-airflowworkflowautomationdata-pipelinemcp-server

Installation & Configuration

{
  "mcpServers": {
    "mcp-server-apache-airflow": {
      "command": "uvx",
      "args": [
        "mcp-server-apache-airflow"
      ],
      "env": {
        "AIRFLOW_HOST": "https://your-airflow-host",
        "AIRFLOW_USERNAME": "your-username",
        "AIRFLOW_PASSWORD": "your-password"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/12
Updated
2026/6/13