Airflow API (Stable) Claude Desktop Config
Add the Airflow API (Stable) MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"apache-org": {
"command": "npx",
"args": [
"-y",
"@mcp/apache-org"
],
"env": {
"AIRFLOW_API__STABLE__API_KEY": "your_airflow_api__stable__api_key"
}
}
}
}Environment Variables
AIRFLOW_API__STABLE__API_KEYReplace your_airflow_api__stable__api_key with your actual airflow api stable api key
Endpoints
GET
/configGet current configuration
GET
/connectionsList connections
POST
/connectionsCreate a connection
POST
/connections/testTest a connection
GET
/connections/{connection_id}Get a connection
DELETE
/connections/{connection_id}Delete a connection
PATCH
/connections/{connection_id}Update a connection
GET
/dagSources/{file_token}Get a source code
GET
/dagWarningsList dag warnings
GET
/dagsList DAGs