About
Overview
The Apache Airflow MCP Server enables AI agents to interact with Airflow for data pipeline orchestration. It provides tools for triggering DAGs, monitoring runs, and managing connections.
Capabilities
Tools & Capabilities
⚡trigger_dag
Trigger a DAG run
⚡list_dags
List DAGs
⚡get_dag_run
Get DAG run status
⚡list_connections
List Airflow connections
Setup
Installation
bash
Install
pip install mcp-server-airflowExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"airflow": {
"command": "python",
"args": ["-m", "mcp_server_airflow"]
}
}
}Quick Info
Authorapache
LanguagePython
StatusStable
Stars★ 80
Last UpdatedFeb 12, 2026