Airflow MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 395 installs a week from pypi. Last commit 14 Oct 2025.
An MCP server for Apache Airflow
Today is the operative word: we check Airflow MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add airflow-mcp-server -- uvx airflow-mcp-server
{
"mcpServers": {
"airflow-mcp-server": {
"args": [
"airflow-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.airflow-mcp-server]
command = "uvx"
args = ["airflow-mcp-server"]
{
"mcpServers": {
"airflow-mcp-server": {
"args": [
"airflow-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"airflow-mcp-server": {
"args": [
"airflow-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
AIRFLOW_BASE_URL (The base URL for the Airflow API (e.g., http://localhost:8080)), AUTH_TOKEN (The JWT authentication token for Airflow API access).
The author declared them in the registry entry; get the values from the project itself.
MCP Server for Apache Iceberg
An MCP server for Vercel
MCP server for SWAPI API
MCP server for Anzenna
MCP server for Apache Parquet files
An MCP server for mcp-server-fear-greed
A Forgejo MCP Server
MCP server for matomo
Answers built from our own checks of this server.