Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent
claude mcp add threejs-devtools -- npx -y threejs-devtools-mcp
claude_desktop_config.json
{
"mcpServers": {
"threejs-devtools": {
"command": "npx",
"args": [
"-y",
"threejs-devtools-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"threejs-devtools": {
"command": "npx",
"args": [
"-y",
"threejs-devtools-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"threejs-devtools": {
"command": "npx",
"args": [
"-y",
"threejs-devtools-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"threejs-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"threejs-devtools-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"threejs-devtools": {
"command": "npx",
"args": [
"-y",
"threejs-devtools-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.DmitriyGolub--threejs-devtools/reviews or the review_server meta-tool.
POST /mcp