Apache Airflow

Active

A Model Context Protocol (MCP) server implementation for Apache Airflow, enabling seamless integration with MCP clients. This project provides a standardized way to interact with Apache Airflow through the Model Context Protocol.

United States
Updated 8/2/2025
Key Features

What makes this MCP server special

Wraps Apache Airflow's REST API

Requirements

UVX
Server Information

Status

Active

Location

United States

Version

1.0.0

License

MIT

Author

modelcontextprotocol

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/yangkyeongmo/mcp-server-apache-airflow?tab=readme-ov-file#setup

2. 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"
  }
  }
  }
 }

3. Usage Example

Airflow management