Back to MCP Servers
🔌

yangkyeongmo@/mcp-server-apache-airflow

MITAPI key required

🐍 🏠 - MCP server that connects to using official client.

PythonAI & LLMs

Install

npx -y -y @smithery/cli

Required environment variables

AIRFLOW_JWT_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "yangkyeongmo-mcp-server-apache-airflow": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "AIRFLOW_JWT_TOKEN": "<YOUR_AIRFLOW_JWT_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.