/ Annuaire / Playground / Apache Airflow MCP
● Communauté yangkyeongmo ⚡ Instantané

Apache Airflow MCP

par yangkyeongmo · yangkyeongmo/mcp-server-apache-airflow

MCP server for Apache Airflow — list DAGs, trigger runs, query task status from natural language.

Apache Airflow MCP is a MCP server that mcp server for apache airflow — list dags, trigger runs, query task status from natural language Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

mcp-server-apache-airflow.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-apache-airflow": {
      "command": "uvx",
      "args": [
        "mcp-server-apache-airflow"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-apache-airflow": {
      "command": "uvx",
      "args": [
        "mcp-server-apache-airflow"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-server-apache-airflow": {
      "command": "uvx",
      "args": [
        "mcp-server-apache-airflow"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server-apache-airflow": {
      "command": "uvx",
      "args": [
        "mcp-server-apache-airflow"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-server-apache-airflow",
      "command": "uvx",
      "args": [
        "mcp-server-apache-airflow"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-server-apache-airflow": {
      "command": {
        "path": "uvx",
        "args": [
          "mcp-server-apache-airflow"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add mcp-server-apache-airflow -- uvx mcp-server-apache-airflow

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Apache Airflow MCP

Use Apache Airflow MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Quand l'utiliser : You want MCP server integration for data work without writing glue code.

Prérequis
  • Repo installed / cloned — See repo README
Déroulement
  1. Install
    Set up the Apache Airflow MCP MCP server.✓ Copié
    → MCP server listed in your agent config
  2. Invoke
    Use Apache Airflow MCP to run a representative task in data.✓ Copié
    → Tool call succeeds; result returned

Résultat : Real data work completed via Apache Airflow MCP with one chat.

Pièges
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combiner avec : filesystem

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

mcp-server-apache-airflow + filesystem

Pair with filesystem for data workflows that need local file IO.

Use Apache Airflow MCP together with filesystem.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
primary_call task-specific For the main use case Varies

Coût et limites

Coût d'exécution

Quota d'API
Provider rate limits apply
Tokens par appel
Varies
Monétaire
Free / pay provider directly
Astuce
Cache results; batch calls.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : Use environment variables or your OS keychain.
Sortie de données : Depends on integration

Dépannage

Erreurs courantes et correctifs

Confirm install and restart your agent.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills