# Apache Airflow MCP

> Installs and configures Apache Airflow via pip or Docker, with guidance on constraints, requirements, and deployment options.

- Skill: `agentskillexchange/apache-airflow-mcp` (Agent Skill)
- Install (CLI): `npx skillmds add agentskillexchange/apache-airflow-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/apache-airflow-mcp/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra, Deployment & Release
- Tags: Apache Airflow, Docker, Helm, Kubernetes, Pip, Workflow Orchestration
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/agentskillexchange/apache-airflow-mcp

---


# Apache Airflow MCP



## Prerequisites

Python

## Installation

Use the upstream install or setup path that matches your environment:
- pip - especially when it comes to constraint vs. requirements management.
- pip install 'apache-airflow==3.2.0' \
- pip install 'apache-airflow[postgres,google]==3.2.0' \
- docker tool, use them in Kubernetes, Helm Charts, docker-compose, docker swarm, etc. You can

Requirements and caveats from upstream:
- | PyPI | [![PyPI version](https://badge.fury.io/py/apache-airflow.svg)](https://badge.fury.io/py/apache-airflow) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/apache-airflow.svg)](https://pypi.org/p...
- | Containers | [![Docker Pulls](https://img.shields.io/docker/pulls/apache/airflow.svg)](https://hub.docker.com/r/apache/airflow) [![Docker Stars](https://img.shields.io/docker/stars/apache/airflow.svg)](https://hub.d...
- [Support for Python and Kubernetes versions](#support-for-python-and-kubernetes-versions)

Basic usage or getting-started notes:
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Getting started](#getting-started)
- Airflow works best with workflows that are mostly static and slowly changing. When the Dag structure is similar from one run to the next, it clarifies the unit of work and continuity. Other similar projects include [L...

- Source: https://github.com/apache/airflow
- Extracted from upstream docs: https://raw.githubusercontent.com/apache/airflow/HEAD/README.md

## Documentation

- https://airflow.apache.org/docs/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/apache-airflow-mcp/)

