Sceneview

Sceneview

Local
@thomasgorisse1.3kKotlinApache-2.0Updated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsceneview-mcpv3.4.2

Run

npx -y sceneview-mcp

MCP client config

{
  "mcpServers": {
    "sceneview": {
      "command": "npx",
      "args": [
        "-y",
        "sceneview-mcp"
      ]
    }
  }
}