MCP-Airflow-API is a Model Context Protocol (MCP) server that exposes Apache Airflow REST API operations as structured tools consumable by LLM clients. It targets Airflow 2.x (via REST API v1) and Airflow 3.x (via REST API v2), selected at runtime via the AIRFLOW_API_VERSION environment variable. The server supports two transport modes selected by the FASTMCP_TYPE environment variable (or --type CLI flag).
The project is distributed as both a PyPI package (mcp-airflow-api) and a Docker image (call518/mcp-server-airflow-api).
No comments yet.