Back to MCP Servers
Server Apache Airflow
MCP server that connects to [Apache Airflow](https://airflow.apache.org/) using official client.
developer-toolsai
By yangkyeongmo
Installation
npx -y mcp-server-apache-airflowConfiguration
{
"mcpServers": {
"mcp-server-apache-airflow": {
"command": "npx",
"args": ["-y", "mcp-server-apache-airflow"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes