← Index

io.github.abhishekbhakat/airflow-mcp-server

io.github.abhishekbhakat/airflow-mcp-server·v0.9.0·Other
Quality Score
62
/100

An MCP server for Apache Airflow

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "airflow-mcp-server": {
      "command": "uvx",
      "args": [
        "airflow-mcp-server"
      ],
      "env": {
        "AIRFLOW_BASE_URL": "<airflow_base_url>",
        "AUTH_TOKEN": "<your-auth_token>"
      }
    }
  }
}
§02  Environment variables
AIRFLOW_BASE_URL
required

The base URL for the Airflow API (e.g., http://localhost:8080)

AUTH_TOKEN
requiredsecret

The JWT authentication token for Airflow API access

AIRFLOW_BASE_URL
required

The base URL for the Airflow API (e.g., http://localhost:8080)

AUTH_TOKEN
requiredsecret

The JWT authentication token for Airflow API access

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other