Three.js DevTools MCP✓
io.github.DmitriyGolub/threejs-devtools · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.DmitriyGolub/threejs-devtools",
"description": "Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent",
"title": "Three.js DevTools MCP",
"repository": {
"url": "https://github.com/DmitriyGolub/threejs-devtools-mcp",
"source": "github"
},
"version": "0.2.1",
"websiteUrl": "https://github.com/DmitriyGolub/threejs-devtools-mcp",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}