# swc-project/swc | Model Context Protocol (MCP) Server > Rust-based platform for the Web - **Stars**: ⭐ 34,180 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "swc": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swc" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "swc": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-swc" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-swc` - **Docker**: `docker run -i --rm mcp/swc`