Odel
airflow mcp server

airflow mcp server

Local
@abhishekbhakat33PythonMITUpdated 10mo ago

An MCP server for Apache Airflow

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIairflow-mcp-serverv0.9.0

Run

uvx airflow-mcp-server

MCP client config

{
  "mcpServers": {
    "airflow-mcp-server": {
      "command": "uvx",
      "args": [
        "airflow-mcp-server"
      ]
    }
  }
}
PyPIairflow-mcp-serverv0.8.2

Run

uvx airflow-mcp-server

MCP client config

{
  "mcpServers": {
    "airflow-mcp-server": {
      "command": "uvx",
      "args": [
        "airflow-mcp-server"
      ]
    }
  }
}