An MCP server that enables AI coding assistants to interact with a local Airflow cluster via its REST API for triggering DAG runs, monitoring status, reading logs, and diagnosing errors.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AIRFLOW_URL— e =http://localhost:8080 \AIRFLOW_API_PREFIX— /api/v2 API path prefix. Use /api/v1 for Airflow 2.x.AIRFLOW_TIMEOUT— 30 HTTP timeout, in seconds.AIRFLOW_VERIFY_SSL— true Set false to skip TLS verification (self-signed dev certs).AIRFLOW_TOKEN_ENDPOINT— /auth/token Path used to exchange credentials for a JWT.AIRFLOW_TOKEN— Explicit bearer token; skips username/password entirely.AIRFLOW_USERNAME— e =admin \AIRFLOW_PASSWORD— e =admin \AIRFLOW_AUTH_MODE— auto auto, jwt, or basic (see below).[](https://m8ven.ai/mcp/brianlondon-airflow-dev-mcp-1f9z70)