Connects Claude to Apache Airflow 3's REST API for managing DAGs, tasks, and connections. Supports both stdio and HTTP transports, with two operation modes: safe mode restricts you to read-only GET requests, while unsafe mode allows full CRUD operations. Uses hierarchical tool discovery by default, organizing operations into browsable categories instead of dumping hundreds of endpoints at once. Requires JWT authentication and automatically pulls the OpenAPI spec from your Airflow instance. Useful when you want to query DAG run status, trigger workflows, or debug pipeline issues through conversation instead of clicking through the Airflow UI.
claude mcp add --transport stdio abhishekbhakat-airflow-mcp-server uvx airflow-mcp-server