← Index

Three.js DevTools MCP

io.github.DmitriyGolub/threejs-devtools·v0.2.1·Calendar & Time
Quality Score
89
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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 (cline_mcp_settings.json)
npx -y threejs-devtools-mcp
§02  Environment variables
DEV_PORT

Dev server port to proxy (auto-detected from package.json if not set)

BRIDGE_PORT

Bridge proxy port (default: 9222)

BROWSER

Set to 'none' to disable auto-opening browser

HEADLESS

Set to 'true' for headless browser mode (CI)

CHROME_PATH

Custom Chrome/Edge executable path

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time