Apache Airflow
Provides a bridge to Apache Airflow for managing and monitoring workflows through natural language, ...
Log in to your Apache Airflow instance
- Open your web browser and navigate to the Airflow host you wish to connect to (e.g.,
http://localhost:8080or your deployed Airflow server URL).
- Open your web browser and navigate to the Airflow host you wish to connect to (e.g.,
Obtain Airflow Username and Password
- Use your existing administrator (or user) credentials for the Airflow instance.
- If you do not have credentials, ask your Airflow administrator to create a user for you with appropriate access.
Determine your Airflow Host URL
- The URL you use to access the Airflow web UI (e.g.,
http://localhost:8080for local setups or the specific domain/IP for remote servers) will be yourAIRFLOW_HOSTvalue.
- The URL you use to access the Airflow web UI (e.g.,
Fill in the FastMCP connection interface
- Click the "Install Now" button to add your ENVs.
- In the provided fields, enter the following:
AIRFLOW_HOST: Your Airflow server URL (e.g.,http://localhost:8080orhttps://your-airflow.example.com)AIRFLOW_USERNAME: Your Airflow usernameAIRFLOW_PASSWORD: Your Airflow password
- (Optional) You may set
AIRFLOW_API_VERSIONto the version you wish to use (default isv1).
Save and test your connection
- After entering all required values, save the environment configuration in FastMCP.
- Test the connection to verify that your credentials and host information are correct.
Your setup is complete! The MCP server will now be able to interact with your Airflow instance using the provided credentials.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
Similar MCP Servers
Apache Airflow
Integrates with Apache Airflow clusters through REST API to provide complete workflow management including DAG operations, task monitoring, pool and variable management, XCom data access, and performance analytics with event logging and import error tracking.