mcpserver.lol
registry/sceneview-mcp
Connection check local install

sceneview-mcp

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

Tools 30
GitHub stars
Installs / wk 278
Licence
Transport stdio
Last checked never

Tools & capabilities

30 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

camera_distance from source
camera_pose from source
camera_trail from source
create_3d_artifact from source
Generates a complete, self-contained HTML page with interactive 3D content that Claude can render as an artifact. Returns valid HTML using model-viewer (Google\
debug_issue from source
Returns a targeted debugging guide for a specific SceneView issue. Categories:
generate_scene from source
Generates a complete, compilable SceneView{} or ARSceneView{} Kotlin composable from a natural language description. Parses 40+ object types (furniture, vehicles, animals, food, bu…
get_animation_guide from source
get_ar_setup from source
Returns detailed AR setup instructions — AndroidManifest permissions and features, Gradle dependencies, ARCore session configuration options (depth, light estimation, instant place…
get_best_practices from source
Returns SceneView performance and architecture best practices — memory management, model optimization, threading rules, Compose integration patterns, and common anti-patterns. Use…
get_collision_guide from source
Returns a comprehensive guide for collision detection, hit testing, and physics in SceneView — node tapping (onTouchEvent), AR surface hit testing (frame.hitTest), ray-box/ray-sphe…
get_gesture_guide from source
get_ios_setup from source
Returns the complete iOS setup guide for SceneViewSwift — SPM dependency, Package.swift example, minimum platform versions, Info.plist entries for AR (camera permission), and basic…
get_material_guide from source
get_migration_guide from source
Returns the full SceneView 2.x → 3.0 migration guide. Use this when a user reports code that worked in 2.x but breaks in 3.0, or when helping someone upgrade.
get_model_optimization_guide from source
get_node_reference from source
Returns the full API reference for a specific SceneView node type or composable — parameters, types, and a usage example — parsed directly from the official llms.txt. Use this when…
get_performance_tips from source
get_platform_roadmap from source
Returns the SceneView multi-platform roadmap — current Android support status, planned iOS/KMP/web targets, and timeline. Use this when the user asks about cross-platform support,…
get_platform_setup from source
Returns the complete setup guide for any SceneView-supported platform: Android, iOS, Web, Flutter, React Native, Desktop, or Android TV. Includes dependencies, manifest/permissions…
get_sample from source
Returns a complete, compilable Kotlin sample for a given SceneView scenario. Use this to get a working starting point before customising. Call
get_setup from source
Returns the Gradle dependency and AndroidManifest snippet required to use SceneView in an Android project.
get_troubleshooting from source
Returns the SceneView troubleshooting guide — common crashes (SIGABRT, model not showing), build failures, AR issues (drift, overexposure, image detection), and performance problem…
get_web_rendering_guide from source
get_web_setup from source
Returns the complete Web setup guide for SceneView Web — npm install, Kotlin/JS Gradle config, HTML canvas setup, and basic Filament.js integration code. SceneView Web uses the sam…
list_platforms from source
Returns all platforms supported by SceneView with their renderer, framework, status, and version. Use this to answer questions about what platforms SceneView supports, or to show c…
list_samples from source
Lists all available SceneView code samples with their IDs, descriptions, and tags. Use this to find the right sample before calling
migrate_code from source
render_3d_preview from source
search_models from source
Searches Sketchfab for free 3D models matching a natural-language query and returns a shortlist with names, authors, licenses, thumbnails, triangle counts, and viewer/embed URLs. U…
validate_code from source