mcpbeat Sign in

Three.js DevTools MCP Server

by dmitriygolub Your server? Claim it
local only

Three.js DevTools MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 289 installs a week from npm. Last commit 23 Mar 2026.

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

Installs per day peak 46 · avg 22 · -2% w/w
a month agotoday
289
Installs / week
npm · threejs-devtools-mcp
106
Stars
0 open issues
23 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/server/tools.ts:515
        savedPath = path.join(dir, filename);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add threejs-devtools -- npx -y threejs-devtools-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "threejs-devtools": {
      "args": [
        "-y",
        "threejs-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.threejs-devtools]
command = "npx"
args = ["-y", "threejs-devtools-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "threejs-devtools": {
      "args": [
        "-y",
        "threejs-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "threejs-devtools": {
      "args": [
        "-y",
        "threejs-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEV_PORT (Dev server port to proxy (auto-detected from package.json if not set)), BRIDGE_PORT (Bridge proxy port (default: 9222)), BROWSER (Set to 'none' to disable auto-opening browser), HEADLESS (Set to 'true' for headless browser mode (CI)), CHROME_PATH (Custom Chrome/Edge executable path). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Three.js DevTools MCP

same job, measured the same way
I18n Codelens MCP
by hepter

Inspect, audit and safely edit i18n locale JSON files from AI agents.

49 installs/wk local only
Verlon AI MCP
by verlon

Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.

319 installs/wk local only
Glade MCP
by glade-tool

Control the Unity and Godot editors from AI clients: scenes, scripts, physics, materials.

511 installs/wk local only
AI Connector For Revit
by nonicateam

+50 tools to inspect, select, edit and document elements in live Revit models.

local only
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Maildev MCP
by pierre3

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

local only
Imejis
by imejis

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

answering
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only

Three.js DevTools MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Three.js DevTools MCP?
Three.js DevTools MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package threejs-devtools-mcp was installed 289 times last week.
How do I connect Three.js DevTools MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls threejs-devtools-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Three.js DevTools MCP?
The npm package threejs-devtools-mcp was installed 289 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Three.js DevTools MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 106 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.