# trunk-rs/trunk | Model Context Protocol (MCP) Server > Build, bundle & ship your Rust WASM application to the web. - **Stars**: ⭐ 4,280 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "trunk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-trunk" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "trunk": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-trunk" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-trunk` - **Docker**: `docker run -i --rm mcp/trunk`