beginner⏱️ 18-28 minutes📅 Updated June 2026

Step-by-step guide to integrate Airflow MCP server with Claude Desktop App. Includes list_dags and trigger_dag.

Airflow + Claude Desktop App: Complete MCP Integration

Airflow is a MCP server that A MCP Server that connects to Apache Airflow using official python client..

When integrated with Claude Desktop App, you can:

  • List all available DAGs in Airflow
  • Manually trigger a DAG run
  • Get DAG run history and status

This guide provides step-by-step instructions to set up Airflow in Claude Desktop App, including configuration, examples, and troubleshooting.

What You'll Achieve

After completing this setup:

  • Airflow will be fully integrated and operational
  • You can use Airflow tools directly in Claude Desktop App
  • All Airflow capabilities will be available for your workflows
  • Access to 5 different tools

Prerequisites

Before starting, ensure you have:

  • Airflow webserver host URL
  • Airflow authentication username
  • Airflow authentication password
  • Claude Desktop App installed and configured
  • Compatible operating system (Windows, macOS, Linux)

Installation

Step 1: Install Airflow

Configuration

Step 2: Configure Claude Desktop App

  1. Locate your configuration file:

    • Windows: %APPDATA%\\Claude\\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Linux: ~/.config/Claude/claude_desktop_config.json
  2. Add server configuration:

{
  "mcpServers": {
    "airflow": {
      "command": "airflow",
      "args": [""],
      "env": {
        "AIRFLOW_HOST": "http://localhost:8080",
        "AIRFLOW_USERNAME": "admin",
        "AIRFLOW_PASSWORD": "admin_password",
        "AIRFLOW_READ_ONLY": "true"
      }
    }
  }
}

  1. Restart Claude Desktop App

Completely quit and restart Claude Desktop App to load the new configuration.

Examples

Once configured, you can use Airflow in Claude Desktop App:

Pipeline Monitoring

undefined

Ask Claude Desktop App: "Check status of all DAGs and recent failures"

Expected Result: undefined

Manual DAG Execution

undefined

Ask Claude Desktop App: "Trigger monthly_report DAG with date parameter"

Expected Result: undefined

Troubleshooting Failed Tasks

undefined

Ask Claude Desktop App: "Show failed tasks in data_pipeline and their error logs"

Expected Result: undefined

Testing Your Setup

  1. Start a new conversation in Claude Desktop App
  2. Ask Claude Desktop App to list available tools
  3. Try using Airflow functionality

Test prompts:

  • "Can you list the available tools from Airflow?"
  • "Please use Airflow to {example_task}"

Troubleshooting

Common Issues

Server Not Appearing

Symptoms: No server in interface, Tools not available

Cause: Configuration file error or server installation issue

Solution:

  • Validate JSON syntax using online validator
  • Check configuration file location
  • Verify server installation
  • Restart Claude Desktop completely

Server Error on Startup

Symptoms: Error messages in logs, Server fails to start

Cause: Missing dependencies or environment variables

Solution:

  • Check server requirements are met
  • Verify environment variables are set
  • Check system logs for detailed errors

Airflow not appearing in Claude Desktop App

Symptoms: Server not listed, Tools not available

Cause: Configuration or installation issue

Solution:

  • Verify configuration syntax
  • Check Airflow installation
  • Restart Claude Desktop App
  • Check logs for error messages

Next Steps

Now that Airflow is integrated with Claude Desktop App:

  • Explore all Airflow capabilities through Claude Desktop App
  • Check out other MCP servers that work with Claude Desktop App
  • Join the MCP community for tips and support
  • Consider contributing to Airflow development

Need Help?

Related Resources

More Integrations

Explore other MCP servers that work with Claude Desktop App

Need Help?

Join the MCP community for support and discussions

Airflow + Claude Desktop App: MCP Setup Guide (2026)