# web-infra-dev/rspack | Model Context Protocol (MCP) Server > Fast Rust-based bundler for the web with a modernized webpack API 🦀 - **Stars**: ⭐ 12,851 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rspack": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rspack" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rspack": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rspack" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rspack` - **Docker**: `docker run -i --rm mcp/rspack`