# wasmerio/wasmer | Model Context Protocol (MCP) Server > 🚀 Fast, secure, lightweight containers based on WebAssembly - **Stars**: ⭐ 20,951 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "wasmer": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wasmer" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "wasmer": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wasmer" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-wasmer` - **Docker**: `docker run -i --rm mcp/wasmer`