Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-apache-airflow": {
"command": "uv",
"args": [
"run",
"mcp-server-apache-airflow",
"--apis",
"dag",
"--apis",
"dagrun"
]
}
}
}