Apache Airflow
Integrates with Apache Airflow clusters through REST API to provide complete workflow management inc...
Obtain Your Airflow Connection Credentials
- For Airflow 2.x (API v1):
- The default username and password for the official Airflow Docker/Docker Compose environment is usually:
- Username:
airflow - Password:
airflow
- Username:
- You can verify or change these credentials either via the Airflow web interface (Admin → Users) or by checking the
.envfile used in your Airflow deployment.
- The default username and password for the official Airflow Docker/Docker Compose environment is usually:
- For Airflow 3.x (API v2):
- The default username and password are also typically:
- Username:
airflow - Password:
airflow
- Username:
- For API v2, if your Airflow uses JWT tokens (FabAuthManager), refer to your Airflow’s authentication configuration or the admin panel for your token or credentials.
- The default username and password are also typically:
- For Airflow 2.x (API v1):
Find the Airflow API Base URL
- If using the official Airflow-Docker-Compose test project:
- For Airflow 2.x: Default base URL is
http://localhost:38080/api - For Airflow 3.x: Default base URL is
http://localhost:48080/api
- For Airflow 2.x: Default base URL is
- If using your own Airflow instance:
- The base URL will be
http(s)://<your-airflow-host>:<port>/api - Confirm the API endpoint version (
/api/v1or/api/v2) depending on your Airflow version.
- The base URL will be
- If using the official Airflow-Docker-Compose test project:
Set the API Version
- Decide which Airflow version you are connecting to:
- Use
v1for Airflow 2.x - Use
v2for Airflow 3.x
- Use
- Example:
AIRFLOW_API_VERSION=v1orAIRFLOW_API_VERSION=v2
- Decide which Airflow version you are connecting to:
(Optional for “streamable-http” mode) Create a Secret Key for Remote Authentication
- For remote access in production, you should secure the MCP server with a token.
- Create a strong random secret key (32+ characters recommended).
- You can generate one using
openssl rand -hex 32or an online password generator.
- You can generate one using
Fill in the FastMCP Connection Interface
- Click the "Install Now" button for the MCP-Airflow-API integration.
- In the FastMCP interface, when prompted for environment variables, enter the following values:
AIRFLOW_API_VERSION:v1(for Airflow 2.x) orv2(for Airflow 3.x)AIRFLOW_API_BASE_URL: The base URL of your Airflow API (e.g.,http://localhost:38080/api)AIRFLOW_API_USERNAME: Your Airflow username (e.g.,airflow)AIRFLOW_API_PASSWORD: Your Airflow password (e.g.,airflow)- If using remote/“streamable-http” mode with authentication:
REMOTE_AUTH_ENABLE:trueREMOTE_SECRET_KEY: Your generated secret key
Save and Complete the Integration
- After entering all required values, save the configuration in FastMCP.
- Test the connection to make sure MCP-Airflow-API can access your Airflow cluster.
Tip:
If you use the provided test Airflow clusters, all default credentials and URLs will already match the examples above.
Security Note:
Always use strong unique passwords and, for remote deployments, enable authentication and HTTPS.
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
More for Monitoring
View All →Dual-Cycle Reasoner
Provides dual-cycle metacognitive reasoning framework that detects when autonomous agents get stuck in repetitive behaviors through statistical anomaly detection and semantic analysis, then automatically diagnoses failure causes and generates recovery strategies using case-based learning.
More for Automation
View All →Meta Ads
Unlock AI-driven insights and control for your Meta ad campaigns across Facebook and Instagram. Meta Ads MCP enables large language models to analyze performance, visualize creatives, and provide strategic recommendations through a unified interface. Manage campaigns, ad sets, and ads with actionable feedback on budget allocation, targeting, and creative improvements. Compatible with any MCP client and supports comprehensive campaign management on all Meta platforms. Leverage automated monitoring, creative optimization, and detailed performance metrics to maximize your advertising impact effortlessly.
Blender
Experience seamless AI-powered 3D modeling by connecting Blender with Claude AI via the Model Context Protocol. BlenderMCP enables two-way communication, allowing you to create, modify, and inspect 3D scenes directly through AI prompts. Control objects, materials, lighting, and execute Python code in Blender effortlessly. Access assets from Poly Haven and generate AI-driven models using Hyper3D Rodin. This integration enhances creative workflows by combining Blender’s robust tools with Claude’s intelligent guidance, making 3D content creation faster, interactive, and more intuitive. Perfect for artists and developers seeking AI-assisted 3D design within Blender’s environment.
Jira
Streamline Jira Cloud integration with this modular MCP server for AI and automation tools. Easily list scrum boards, track issues, add comments, fetch user info, and search users. Designed for extensibility and easy contribution, it helps automate workflows and connect Jira data to custom agents or bots. The server supports key Jira functionalities like retrieving server details and managing issues, all wrapped in a clean, TypeScript-based structure. Whether enhancing existing tools or building new automation, this project simplifies interacting with Jira Cloud via the Model Context Protocol.
Mobile Next
Experience seamless mobile automation across iOS and Android devices with Mobile MCP, a fast, platform-agnostic server. It enables interaction with native apps using accessibility data or screenshot analysis, supporting emulators, simulators, and physical devices. Designed for AI agents and large language models, Mobile MCP automates multi-step workflows, extracts structured screen data, and simplifies complex mobile tasks without needing platform-specific knowledge. Its deterministic, lightweight design ensures reliable UI automation and testing, making it an essential tool for developers and automation engineers aiming to scale mobile app interactions effortlessly and intuitively.