Skip to content
Claude Desktop

Three.js DevTools MCP for Claude Desktop

io.github.dmitriygolub/threejs-devtools

Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent

client:Claude Desktop transport:stdio runtime:npm

Install Three.js DevTools MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "threejs-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "threejs-devtools-mcp"
      ],
      "env": {
        "DEV_PORT": "<DEV_PORT>",
        "BRIDGE_PORT": "<BRIDGE_PORT>",
        "BROWSER": "<BROWSER>",
        "HEADLESS": "<HEADLESS>",
        "CHROME_PATH": "<CHROME_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Three.js DevTools MCP in other clients