three.js

GitHub

JavaScript 3D Library.

RAW Config

Claude Desktop Configuration

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

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