# oxc-project/oxc | Model Context Protocol (MCP) Server > ⚓ A collection of high-performance JavaScript tools. - **Stars**: ⭐ 22,293 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "oxc": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oxc" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "oxc": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-oxc" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-oxc` - **Docker**: `docker run -i --rm mcp/oxc`