Three.js DevTools MCP for Zed
io.github.dmitriygolub/threejs-devtools
Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent
client:Zed
transport:stdio
runtime:npm
Install Three.js DevTools MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs