Official MCP server for SceneView that provides AI assistants with SceneView 3D/AR API reference, code samples, validation, setup guides, and project analysis. It supports local free tools via stdio and forwards paid Pro tools to a hosted gateway when a SceneView API key is set.
From the registry: 3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.
Please install the `sceneview` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Node.js 18 or newer is required. npm and npx are included and used to launch the server. (https://nodejs.org/)
Optional prerequisites:
- Optional: SceneView Pro API key — Subscribe to a Pro or Team plan to receive an sv_live_… API key. Set it as SCENEVIEW_API_KEY to enable hosted Pro tools. Free tools work without it. (https://sceneview-mcp.mcp-tools-lab.workers.dev/pricing)
- Optional: Sketchfab API key — Create a Sketchfab account and copy your API token if you want to use the search_models tool. Set it as SKETCHFAB_API_KEY. (https://sketchfab.com/settings/password)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","sceneview-mcp"]
- optional environment variables:
- `SCENEVIEW_API_KEY`: SceneView Pro API key to enable hosted Pro tools. (example: `<your-sceneview-api-key>`)
- `SCENEVIEW_TELEMETRY`: Set to 0 to opt out of anonymous telemetry on the free tier. (example: `0`)
- `SKETCHFAB_API_KEY`: Sketchfab API token for the optional search_models tool. (example: `<your-sketchfab-api-key>`)
- `HTTPS_PROXY`: HTTPS proxy URL for corporate proxy environments. (example: `<your-https-proxy-url>`)
Note: Hosted-first v4 uses a stdio server. Free tools run locally; Pro tools are transparently forwarded by the server to the hosted gateway when SCENEVIEW_API_KEY is set.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SCENEVIEW_API_KEYrequiredAPI key that enables hosted Pro tools and unlocks paid accessSKETCHFAB_API_KEYrequiredSketchfab API token required for the search_models tool