Skip to main content
Developer ToolsPython

yangkyeongmo@/mcp-server-apache-airflow

MCP server that connects to [Apache Airflow](https://airflow.apache.org/) using official client.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/yangkyeongmo/mcp-server-apache-airflow

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-apache-airflow": {
      "command": "npx",
      "args": [
        "-y",
        "yangkyeongmo@/mcp-server-apache-airflow"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
yangkyeongmo