kestra-io/mcp-server-python
Implementation of MCP server for [Kestra](https://kestra.io) workflow orchestration platform.
Quick Start
Clone the repository:
git clone https://github.com/kestra-io/mcp-server-pythonClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-python": {
"command": "npx",
"args": [
"-y",
"kestra-io/mcp-server-python"
]
}
}
}Check the repository README for specific installation and configuration instructions.