Skip to content
Grok

airflow for Grok

io.github.us-all/airflow

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)

client:Grok transport:stdio runtime:npm

Install airflow in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "airflow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@us-all/airflow-mcp"
      ],
      "env": {
        "AIRFLOW_API_URL": "<AIRFLOW_API_URL>",
        "AIRFLOW_USERNAME": "<AIRFLOW_USERNAME>",
        "AIRFLOW_PASSWORD": "<AIRFLOW_PASSWORD>",
        "AIRFLOW_ALLOW_WRITE": "<AIRFLOW_ALLOW_WRITE>",
        "AIRFLOW_TOOLS": "<AIRFLOW_TOOLS>",
        "AIRFLOW_DISABLE": "<AIRFLOW_DISABLE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

airflow in other clients