# wasm-bindgen/wasm-pack | Model Context Protocol (MCP) Server > 📦✨ your favorite rust -> wasm workflow tool! - **Stars**: ⭐ 7,161 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "wasm-pack": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wasm-pack" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "wasm-pack": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wasm-pack" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-wasm-pack` - **Docker**: `docker run -i --rm mcp/wasm-pack`