Data & APIs
Kestra MCP
Kestra MCP integrates with the Kestra workflow orchestration platform. Create and trigger workflows, monitor execution status, manage flow definitions, and inspect logs. Supports scheduled, event-driven, and API-triggered workflows for data engineering and automation tasks.
Stars
720
Installs
15.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 720 · catalog
- Freshness: Updated 2026-01-20
- Used in 1 known stack
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: KESTRA_URL
- · Environment: KESTRA_API_TOKEN
- · Python 3 + pip
Reference command
{
"mcpServers": {
"kestra": {
"command": "python",
"args": ["-m", "kestra_mcp_server"],
"env": {
"KESTRA_URL": "http://localhost:8080",
"KESTRA_API_TOKEN": "<your-api-token>"
}
}
}
}