Skip to main content
Cloud PlatformsPython

kestra-io/mcp-server-python

Implementation of MCP server for [Kestra](https://kestra.io) workflow orchestration platform.

cloud-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/kestra-io/mcp-server-python

Claude 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.

Details

Category
Cloud Platforms
Language
Python
Author
kestra-io