Skip to content
MCP-Bridge
Finance & Payments

Airflow API (Stable) Claude Desktop Config

Add the Airflow API (Stable) MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "apache-org-airflow": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apache-org-airflow"
      ],
      "env": {
        "AIRFLOW_API__STABLE__API_KEY": "your_airflow_api__stable__api_key"
      }
    }
  }
}

Environment Variables

AIRFLOW_API__STABLE__API_KEY

Replace your_airflow_api__stable__api_key with your actual airflow api stable api key

Endpoints

GET/config

Get current configuration

GET/connections

List connections

POST/connections

Create a connection

POST/connections/test

Test a connection

GET/connections/{connection_id}

Get a connection

DELETE/connections/{connection_id}

Delete a connection

PATCH/connections/{connection_id}

Update a connection

GET/dagSources/{file_token}

Get a source code

GET/dagWarnings

List dag warnings

GET/dags

List DAGs