MCP Server
MCP
Three.js DevTools MCP
Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent
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
By
Comments
Sign in to leave a comment