Airflow runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 10 Jul 2026.
Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add airflow -- npx -y @us-all/airflow-mcp
{
"mcpServers": {
"airflow": {
"args": [
"-y",
"@us-all/airflow-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.airflow]
command = "npx"
args = ["-y", "@us-all/airflow-mcp"]
{
"mcpServers": {
"airflow": {
"args": [
"-y",
"@us-all/airflow-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"airflow": {
"args": [
"-y",
"@us-all/airflow-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.