Home › Other › airflow-mcp-server

airflow-mcp-server

An MCP server for Apache Airflow

Python
★ 33 stars Last pushed 2025-10-14 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.9.0)

uvx airflow-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "airflow-mcp-server": {
      "command": "uvx",
      "args": [
        "airflow-mcp-server"
      ],
      "env": {
        "AIRFLOW_BASE_URL": "<YOUR_VALUE>",
        "AUTH_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • AIRFLOW_BASE_URL required — The base URL for the Airflow API (e.g., http://localhost:8080)
  • AUTH_TOKEN required secret — The JWT authentication token for Airflow API access

This server takes extra arguments — see its repository.

Package (pypi 0.8.2)

Package: pypi airflow-mcp-server

  • AIRFLOW_BASE_URL required — The base URL for the Airflow API (e.g., http://localhost:8080)
  • AUTH_TOKEN required secret — The JWT authentication token for Airflow API access

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry