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.
Samples, guides, validation. No key required.
AR, multi-platform, scene generation, 3D artifacts.
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.
- Accurate composables for every node type, auto-validated
- Android + iOS + Web + Flutter + React Native in one server
- Hosted behind a fast Cloudflare Worker, no local setup
- Get your API key in one click from the pricing page
How it works
- Pick a plan on the pricing page and pay with a card — Stripe handles checkout and email receipts.
- Copy the
sv_live_API key from the success page (shown once, so save it in your password manager). - 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_..." }
}
}
}