Airflow MCP Server
Rank #10,111io.github.abhishekbhakat/airflow-mcp-server
MCP server providing airflow-server capabilities
Airflow MCP Server is a Model Context Protocol (MCP) server published by abhishekbhakat. It ranks #10,111 of 115,460 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 105,349 of 115,460 servers on MCP Toplist.
Use Airflow MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add airflow-mcp-server -e "AIRFLOW_BASE_URL=<your AIRFLOW_BASE_URL>" -e "AUTH_TOKEN=<your AUTH_TOKEN>" -- uvx airflow-mcp-serverReplace each placeholder with your own value before saving.
claude mcp add airflow-mcp-server -e "AIRFLOW_BASE_URL=<your AIRFLOW_BASE_URL>" -e "AUTH_TOKEN=<your AUTH_TOKEN>" -- uvx airflow-mcp-server --port 3000 --host localhostReplace each placeholder with your own value before saving.
[mcp_servers.airflow-mcp-server]
command = "uvx"
args = ["airflow-mcp-server"]
[mcp_servers.airflow-mcp-server.env]
AIRFLOW_BASE_URL = "<your AIRFLOW_BASE_URL>"
AUTH_TOKEN = "<your AUTH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.airflow-mcp-server]
command = "uvx"
args = ["airflow-mcp-server", "--port", "3000", "--host", "localhost"]
[mcp_servers.airflow-mcp-server.env]
AIRFLOW_BASE_URL = "<your AIRFLOW_BASE_URL>"
AUTH_TOKEN = "<your AUTH_TOKEN>"Add to ~/.codex/config.toml. 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airflow-mcp-server": {
"command": "uvx",
"args": [
"airflow-mcp-server",
"--port",
"3000",
"--host",
"localhost"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). 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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airflow-mcp-server": {
"command": "uvx",
"args": [
"airflow-mcp-server",
"--port",
"3000",
"--host",
"localhost"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"airflow-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"airflow-mcp-server"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"airflow-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"airflow-mcp-server",
"--port",
"3000",
"--host",
"localhost"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. 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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"airflow-mcp-server": {
"command": "uvx",
"args": [
"airflow-mcp-server",
"--port",
"3000",
"--host",
"localhost"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. 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.
{
"mcpServers": {
"airflow-mcp-server": {
"command": "uvx",
"args": [
"airflow-mcp-server",
"--port",
"3000",
"--host",
"localhost"
],
"env": {
"AIRFLOW_BASE_URL": "<your AIRFLOW_BASE_URL>",
"AUTH_TOKEN": "<your AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.abhishekbhakat%2Fairflow-mcp-server)<a href="https://mcptoplist.com/server/io.github.abhishekbhakat%2Fairflow-mcp-server"><img src="https://mcptoplist.com/badge/io.github.abhishekbhakat%2Fairflow-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
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.