AI Agents MCP Servers Workflows Blog Submit
K

Kestra MCP

Data Pipeline Free Open Source

Orchestrate workflows with AI via MCP. Manage Kestra flows, monitor executions, configure triggers, and build event-driven pipelines.

What is Kestra MCP?

Kestra MCP integrates Kestra's declarative orchestration platform with AI through MCP. Kestra uses YAML to define workflows, making it language-agnostic and accessible to both engineers and non-technical users.

Declarative Orchestration

AI models can help generate YAML flow definitions, troubleshoot execution failures, and optimize workflow configurations — making Kestra's declarative approach even more powerful.

Configuration

{
  "mcpServers": {
    "kestra": {
      "command": "npx",
      "args": ["kestra-mcp"],
      "env": {
        "KESTRA_API_URL": "http://localhost:8080/api/v1"
      }
    }
  }
}

Use Cases

Kestra MCP serves teams needing language-agnostic workflow orchestration, organizations building event-driven data pipelines, and teams wanting AI-assisted YAML workflow development.

Key Features

  • Manage YAML-based flow definitions
  • Monitor execution status and logs
  • Configure triggers (schedule, webhook, event)
  • Manage namespaces and permissions
  • Track flow revision history
  • Debug task failures and retries