# iced-rs/iced | Model Context Protocol (MCP) Server > A cross-platform GUI library for Rust, inspired by Elm - **Stars**: ⭐ 31,229 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "iced": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iced" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "iced": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iced" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-iced` - **Docker**: `docker run -i --rm mcp/iced`