Skip to content
Cline

Three.js DevTools MCP for Cline

io.github.dmitriygolub/threejs-devtools

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

client:Cline transport:stdio runtime:npm

Install Three.js DevTools MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Three.js DevTools MCP in other clients