Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Apache Airflow MCP Server logo
MCP server

Apache Airflow MCP Server

Wraps the Airflow REST API so an agent can inspect and trigger DAGs

0
SaveVisit website ↗

Add it to your client

Community
Install
uvx mcp-server-apache-airflow
mcpServers
{
  "mcpServers": {
    "airflow-mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-apache-airflow"
      ]
    }
  }
}
Transport
both
Runtime
Python
Auth
Required
License
MIT
Stars
174

A community project that maps Airflow's REST API onto MCP tools across roughly fourteen groups: DAGs and DAG runs, task instances and logs, variables, connections, pools, datasets, XComs, plugins, providers, import errors and monitoring endpoints. The practical use is triage — find the failed run, read the task log, check the import errors, then trigger a rerun once the cause is understood. A --read-only flag or READ_ONLY=true removes everything that creates, updates or deletes, which is the setting to use against a production scheduler. It points at AIRFLOW_HOST with either basic credentials or a JWT, and speaks stdio, SSE or HTTP depending on the transport flag.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?