Best for
- Developers using the SceneView SDK
- Developers who want to generate correct and compilable 3D/AR code in AI tools like Claude, Cursor
- Teams that need quick prototyping with samples
This MCP server is officially maintained by SceneView and focuses on AI-assisted 3D/AR code generation and validation. It provides rich tools and documentation, making it highly valuable for SceneView users. However, its scope is SDK-specific, which may not suit general-purpose needs.
This MCP server provides developer tools for the SceneView SDK, covering Android, iOS, and Web platforms. It offers 28 tools, 33 compilable samples, a full API reference, and a code validator to help AI assistants generate correct, compilable 3D/AR code on the first try. Highlights include generate_scene, debug_issue, search_models, analyze_project, and validate_code. It runs on stdio via the npm package sceneview-mcp.
For Claude Code, run: claude mcp add sceneview -- npx sceneview-mcp. For Claude Desktop / Cursor / Windsurf, add the following to your MCP config: {"mcpServers":{"sceneview":{"command":"npx","args":["-y","sceneview-mcp"]}}}.
{"mcpServers":{"sceneview":{"command":"npx","args":["-y","sceneview-mcp"]}}}