mcpbeat Sign in

three.ws Scenes MCP Server

local only

three.ws Scenes runs on your own machine — the client starts it, so there is no endpoint to ping. 205 installs a week from npm. Last commit 18 Sep 2026.

Compose a placed 3D diorama from one sentence, export a forged world, browse saved scenes.

Installs per day peak 153 · avg 19 · +693% w/w
a month agotoday
205
Installs / week
npm · @three-ws/scene-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check three.ws Scenes every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 scene-mcp -- npx -y @three-ws/scene-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scene-mcp": {
      "args": [
        "-y",
        "@three-ws/scene-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scene-mcp]
command = "npx"
args = ["-y", "@three-ws/scene-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scene-mcp": {
      "args": [
        "-y",
        "@three-ws/scene-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scene-mcp": {
      "args": [
        "-y",
        "@three-ws/scene-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THREE_WS_BASE (Base URL of the three.ws API that serves /api/diorama. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds. compose_scene runs a server-side LLM chain, so the default is generous.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Scenes

same job, measured the same way
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
mcpforge
by saagpatel

Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.

108 installs/wk local only
R3
by r3js

Build interactive 3D web apps — scenes, physics, audio and music — from composable components.

answering
Aetumi
by aetumiapp

AETumi MCP - Three.js/WebGL 3D web scenes, components & templates you own the source of.

10 tools answering
three.ws Marketplace
by nirholas

Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.

201 installs/wk local only
Sapiens
by getsapiens

Course authoring for AI agents: write from Sapiens' personalized briefs; export and send to Kindle.

answering
mcp-broker
by doricstack

Local MCP broker that exposes one compact entry for many upstream servers.

656 installs/wk local only
mcp-broker
by navinagrawal

Local MCP broker that exposes one compact entry for many upstream servers.

local only

three.ws Scenes — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Scenes?
three.ws Scenes 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 @three-ws/scene-mcp was installed 205 times last week.
How do I connect three.ws Scenes?
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 @three-ws/scene-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Scenes?
The npm package @three-ws/scene-mcp was installed 205 times in the last week. Week over week that is +693%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Scenes open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 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.