# mrdoob/three.js | Model Context Protocol (MCP) Server > JavaScript 3D Library. - **Stars**: ⭐ 114,472 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "three.js": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-three.js" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "three.js": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-three.js" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-three.js` - **Docker**: `docker run -i --rm mcp/three.js`