# windmill-labs/windmill | Model Context Protocol (MCP) Server > Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal. - **Stars**: ⭐ 17,486 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "windmill": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-windmill" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "windmill": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-windmill" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-windmill` - **Docker**: `docker run -i --rm mcp/windmill`