Airflow MCP Server
Rank #8,475io.github.abhishekbhakat/airflow-mcp-server
https://github.com/abhishekbhakat/airflow-mcp-server
Airflow MCP Server is a Model Context Protocol (MCP) server published by abhishekbhakat. It ranks #8,475 of 76,851 servers tracked on MCP Toplist, and its repository has 33 GitHub stars. Airflow MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Feb 20, 2025 and most recently updated on Oct 9, 2025.
Ranks ahead of 68,376 of 76,851 servers on MCP Toplist.
Use Airflow MCP Server
Add Airflow MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"airflow-mcp-server": {
"command": "uvx",
"args": [
"airflow-mcp-server"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airflow-mcp-server": {
"command": "uvx",
"args": [
"airflow-mcp-server"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (3 delisted)
abhishekbhakat
Other servers by abhishekbhakat
View all abhishekbhakat servers →Available versions (2)
| Version | Published |
|---|---|
| 0.9.0 | Oct 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Airflow MCP Server?
- Airflow MCP Server is maintained by abhishekbhakat, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Airflow MCP Server listed on the Official MCP Registry?
- Yes — Airflow MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Airflow MCP Server have?
- MCP Toplist tracks 2 versions of Airflow MCP Server, most recently published on Oct 9, 2025.
- Where can I find the source code for Airflow MCP Server?
- The source code for Airflow MCP Server is hosted at github.com/abhishekbhakat/airflow-mcp-server.