rspack

GitHub

Fast Rust-based bundler for the web with a modernized webpack API ๐Ÿฆ€

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "rspack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-rspack"
      ]
    }
  }
}