sceneview
v4.34.0Build 3D and AR apps with the SceneView SDK — Jetpack Compose + Filament + ARCore, SwiftUI + RealityKit, and Filament.js on the web. Three skills plus the free sceneview-mcp server.
By SceneViewLicense: Apache-2.01.3k GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sceneview for Codex
codex plugin marketplace add sceneview/sceneview
codex plugin marketplace upgrade sceneview-local
codex plugin add sceneview@sceneview-localPaste and run these commands in a terminal with Codex. They add and refresh the sceneview-local catalog, then install this plugin.
Compatibility: the page URL and API slug “sceneview” remain stable.
- Codex:
sceneview@agent-plugin-marketplace→sceneview@sceneview-local
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/sceneview/sceneviewClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- npx
- args
- -y sceneview-mcp
Plugin manifests1
{
"name": "sceneview",
"version": "4.34.0",
"description": "Build 3D and AR apps with the SceneView SDK — Jetpack Compose + Filament + ARCore, SwiftUI + RealityKit, and Filament.js on the web. Three skills plus the free sceneview-mcp server.",
"author": {
"name": "SceneView",
"url": "https://github.com/sceneview"
},
"homepage": "https://sceneview.github.io",
"repository": "https://github.com/sceneview/sceneview",
"license": "Apache-2.0",
"keywords": [
"3d",
"ar",
"augmented-reality",
"android",
"ios",
"visionos",
"web",
"jetpack-compose",
"swiftui",
"filament",
"realitykit",
"arcore",
"webxr",
"gltf",
"glb",
"usdz",
"3mf",
"3d-printing"
],
"skills": "./agents/",
"mcpServers": "./.codex-plugin/mcp.json",
"interface": {
"displayName": "SceneView 3D & AR",
"shortDescription": "Write working 3D and AR code for Android, Apple and the web on the first try",
"longDescription": "SceneView is an AI-first 3D and AR SDK. This plugin gives ChatGPT and Codex the exact API contract, compilable recipes and migration guides for every SceneView platform — Android (Jetpack Compose + Filament + ARCore), Apple (SwiftUI + RealityKit on iOS, macOS and visionOS) and the web (Filament.js + WebXR) — plus the free sceneview-mcp tools: 38 compilable samples, setup guides, a code validator, node references and an inline 3D model viewer. It also covers the model formats SceneView reads, including the .3mf that AI print flows emit and that nothing else on Android opens in 3D or AR. Nothing is sold inside the plugin: SceneView is Apache-2.0 and the MCP tools it declares are the free tier.",
"developerName": "SceneView",
"category": "Developer Tools",
"capabilities": [
"Read"
],
"websiteURL": "https://sceneview.github.io",
"supportURL": "https://github.com/sceneview/sceneview/issues",
"privacyPolicyURL": "https://sceneview.github.io/privacy",
"termsOfServiceURL": "https://github.com/sceneview/sceneview/blob/main/mcp/TERMS.md",
"defaultPrompt": [
"Build a Jetpack Compose screen that loads a .glb model with SceneView, orbit camera and a light.",
"Add ARCore plane detection with SceneView and place the model where the user taps.",
"Write a SwiftUI view that shows a USDZ model with SceneViewSwift on iOS and visionOS.",
"Render a GLB in the browser with sceneview-web and add a WebXR 'View in AR' button.",
"Migrate this SceneView 2.x snippet to the 4.x composable API.",
"Show me this 3D model URL inline and tell me how to load it in Compose.",
"Open the .3mf file a print flow gave me in a Compose viewer, then place it in AR at its real size."
],
"brandColor": "#005bc1",
"composerIcon": "./website-static/favicon-192.png",
"logo": "./branding/exports/logo/logo-512.png",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sceneview on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sceneview)