Back to MCP Servers
Server Python
Implementation of MCP server for [Kestra](https://kestra.io) workflow orchestration platform.
cloud-platformspython
By kestra-io
Installation
npx -y mcp-server-pythonConfiguration
{
"mcpServers": {
"mcp-server-python": {
"command": "npx",
"args": ["-y", "mcp-server-python"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes