mcpbeat Sign in

Sceneview MCP Server

local only

Sceneview runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 20 Sep 2026.

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

Installs per day peak 206 · avg 36 · -69% w/w
a month agotoday
77
Installs / week
npm · sceneview-mcp
1322
Stars
84 open issues
20 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Kotlin

What the code does

We read the source, 9 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.

Runs an external command mcp/src/android-docs.ts:83
    execFile(
Builds a file path from a variable tools/demo-previews/gen.py:85
    ext = a.format; enc = os.path.join(a.out, ext)  # out/webp or out/jpg
        primaryCta.innerHTML = makeButton('Coming soon to Google Play', '/go/android', playIcon);
Long encoded blob in source website-static/js/sceneview-web.js:1
…=new Uint8Array(n.length),i=0,e=n.length;if(i<e)do{var s=i;i=i+1|0;var a=n.charCodeAt(s);r[s]=Q(a)}while(i<e);return r}("U1JFVl9UQU0EAAAANAAAAFRBRUZfVEFNAQAAAAFFTUFOX1RBTQkAAABTcGxhdFdlYgBMRE1TX1RBTQQAAAACAAAATk1PRF9UQU0BAAAAAFRMRlZfVEFNBAAAAAAAAABGSU5VX1RBTZgAAAAJRnJhbWVVbmlmb3J…

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

Alternatives to Sceneview

same job, measured the same way
Sceneview
by thomasgorisse

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only
SceneView
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only
Pine Script v6 Documentation
by paulieb89

Pine Script v6 documentation lookup, function validation, and linting for AI code generation

281 installs/wk 10 tools answering
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
Cesium MCP Dev
by gaopengbin

CesiumJS API docs, code generation and development tools for IDE AI assistants.

102 installs/wk local only
CodeY CMS
by fpointerdev

Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.

29 installs/wk local only
Senzing
by senzing

Entity resolution — data mapping, SDK code generation, docs search, and error troubleshooting

13 tools answering
C
NVIDIA CUDA Docs
by nvidia-ngc-nsight-copilot-api

Search NVIDIA CUDA documentation and code samples from AI coding agents.

answering

Sceneview — questions

Answers built from our own checks of this server.

Why is there no uptime for Sceneview?
Sceneview 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 sceneview-mcp was installed 77 times last week.
How do I connect Sceneview?
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 sceneview-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sceneview?
The npm package sceneview-mcp was installed 77 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sceneview open source?
Yes — it is published under the Apache-2.0 licence, written in Kotlin, 1 322 stars on GitHub and 84 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.