← Back to Plugins
MCP Server MCP

Three.js DevTools MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "threejs-devtools-mcp",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Dev server port to proxy (auto-detected from package.json if not set)",
          "format": "string",
          "name": "DEV_PORT"
        },
        {
          "description": "Bridge proxy port (default: 9222)",
          "format": "string",
          "name": "BRIDGE_PORT"
        },
        {
          "description": "Set to 'none' to disable auto-opening browser",
          "format": "string",
          "name": "BROWSER"
        },
        {
          "description": "Set to 'true' for headless browser mode (CI)",
          "format": "string",
          "name": "HEADLESS"
        },
        {
          "description": "Custom Chrome/Edge executable path",
          "format": "string",
          "name": "CHROME_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...