← Back to browse

airflow-mcp-server

Indexed by io.github.abhishekbhakat

About

An MCP server for Apache Airflow

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAIRFLOW_BASE_URL AUTH_TOKEN
Claude Code
claude mcp add --env AIRFLOW_BASE_URL= --env AUTH_TOKEN= airflow-mcp-server -- uvx airflow-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"airflow-mcp-server","command":"uvx","args":["airflow-mcp-server"],"env":{"AIRFLOW_BASE_URL":"","AUTH_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "airflow-mcp-server": {
      "command": "uvx",
      "args": [
        "airflow-mcp-server"
      ],
      "env": {
        "AIRFLOW_BASE_URL": "",
        "AUTH_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.