Servers
airflow-mcp-server: An MCP Server for controlling Airflow
@abhishekbhakat
MCP Server for Apache Airflow
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"airflow-mcp-server": {
"command": "uvx",
"args": [
"airflow-mcp-server",
"--base-url",
"http://localhost:8080",
"--auth-token",
"<jwt_token>"
]
}
}
}