Expert 3D and AR knowledge for Claude, Cursor, and every AI agent

SceneView MCP gives your AI coding agent the full SceneView 3D and AR SDK — composables, threading rules, platform setup, and a vetted library of samples. First prompts ship correct, compilable code.

Free tools
17

Samples, guides, validation. No key required.

Pro tools
36+

AR, multi-platform, scene generation, 3D artifacts.

Specialized packages
4

Automotive, Gaming, Healthcare, Interior.

Why SceneView MCP

Every other 3D SDK leaves AI agents guessing. SceneView MCP exposes the whole API surface as structured context — node types, threading rules, Filament and RealityKit backends, AR setup, platform caveats — so the model never has to invent.

How it works

  1. Pick a plan on the pricing page and pay with a card — Stripe handles checkout and email receipts.
  2. Copy the sv_live_ API key from the success page (shown once, so save it in your password manager).
  3. Paste it into your Claude Desktop, Cursor, or Zed config and start prompting — the hosted gateway is already running.

Works with every MCP-capable agent

Claude Desktop, Claude Code, Cursor, Zed, Continue, and any MCP-capable AI client. HTTP-native clients (Cursor, Continue, raw curl) point straight at the gateway; stdio-only clients (Claude Desktop, Zed) run the thin sceneview-mcp@betanpm package which forwards Pro tool calls to the gateway for you.

{
  "mcpServers": {
    "sceneview": {
      "url": "https://sceneview-mcp.mcp-tools-lab.workers.dev/mcp",
      "headers": { "Authorization": "Bearer sv_live_..." }
    }
  }
}

Read the install guide