SceneView MCP
28 tools for 3D and AR development — code generation, validation, model search (Sketchfab), and complete API reference. Android (Compose + Filament), iOS (SwiftUI + RealityKit), Web (Kotlin/JS + Filament.js). The only MCP server for 3D mobile develop
What is SceneView MCP?
SceneView MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 28 tools for 3d and ar development — code generation, validation, model search (sketchfab), and complete api reference. android (compose + filament), ios (swiftui + realitykit), web (kotlin/js + filam...
28 tools for 3D and AR development — code generation, validation, model search (Sketchfab), and complete API reference. Android (Compose + Filament), iOS (SwiftUI + RealityKit), Web (Kotlin/JS + Filament.js). The only MCP server for 3D mobile develop
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 28 tools for 3D and AR development — code generation, valida
Use Cases
Maintainer
Works with
Installation
NPM
npx -y sceneview-mcpManual Installation
npx -y sceneview-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use SceneView MCP
SceneView MCP is a dedicated Model Context Protocol server providing 28 tools for 3D and augmented reality development across Android (Jetpack Compose + Filament), iOS (SwiftUI + RealityKit), and Web (Kotlin/JS + Filament.js) platforms. It integrates with Sketchfab to search and retrieve 3D models, generates platform-specific code for AR scenes, and validates 3D configurations to catch errors before runtime. Developers building mobile AR apps or interactive 3D experiences can use it to automate boilerplate, look up API references, and scaffold complete scene graphs through natural language.
Prerequisites
- Node.js 18 or later installed (required to run npx)
- A Sketchfab account and API token for 3D model search functionality
- An MCP-compatible client such as Claude Desktop or Claude Code
- Basic familiarity with Android Compose/Filament, iOS RealityKit, or web 3D APIs depending on your target platform
Verify Node.js is available
SceneView MCP is distributed as an npm package and launched via npx. Confirm Node.js 18+ is installed before proceeding.
node --versionTest the server starts correctly
Run the server once manually to verify it launches without errors. It will print startup messages and wait for MCP connections via stdio.
npx -y sceneview-mcpAdd the server to your MCP client configuration
Open your Claude Desktop configuration file and add the sceneview-mcp entry under mcpServers. The server communicates over stdio so no network port is needed.
Supply your Sketchfab API token
To enable 3D model search through Sketchfab, set your API token in the environment block of the server configuration. Obtain a token from your Sketchfab account settings.
Restart your MCP client and verify tools load
After saving the configuration, restart Claude Desktop (or your chosen MCP client). You should see the 28 SceneView tools available, covering code generation, model search, validation, and API reference for Android, iOS, and Web 3D.
SceneView MCP Examples
Client configuration
Add this block to your claude_desktop_config.json under the mcpServers key. Set SKETCHFAB_API_TOKEN to enable model search.
{
"mcpServers": {
"sceneview": {
"command": "npx",
"args": ["-y", "sceneview-mcp"],
"env": {
"SKETCHFAB_API_TOKEN": "your-sketchfab-api-token"
}
}
}
}Prompts to try
Example prompts that exercise the 3D development tools available through SceneView MCP.
- "Generate Android Jetpack Compose code to display a GLTF model with Filament and ARCore plane detection"
- "Search Sketchfab for a free low-poly tree model and give me the download URL"
- "Scaffold a SwiftUI RealityKit AR scene that places a 3D object on detected horizontal surfaces"
- "Validate my Filament scene configuration and identify any missing material parameters"
- "Show me the ARCore API reference for hit testing in an Android Compose project"Troubleshooting SceneView MCP
npx sceneview-mcp fails with a network or package-not-found error
Ensure you have an active internet connection and npm registry access. Run `npm cache clean --force` and retry. If behind a corporate proxy, set the HTTP_PROXY environment variable.
Sketchfab model search returns no results or an authentication error
Verify that SKETCHFAB_API_TOKEN is correctly set in the env block of your MCP config. Tokens are generated under your Sketchfab account at sketchfab.com/settings/password.
Generated Android or iOS code references APIs not available in my SDK version
Specify your target SDK version explicitly in your prompt, for example 'using ARCore 1.40' or 'targeting iOS 17 RealityKit', so the server generates version-appropriate code.
Frequently Asked Questions about SceneView MCP
What is SceneView MCP?
SceneView MCP is a Model Context Protocol (MCP) server that 28 tools for 3d and ar development — code generation, validation, model search (sketchfab), and complete api reference. android (compose + filament), ios (swiftui + realitykit), web (kotlin/js + filament.js). the only mcp server for 3d mobile develop It connects AI assistants to external tools and data sources through a standardized interface.
How do I install SceneView MCP?
Install via npm with the command: npx -y sceneview-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with SceneView MCP?
SceneView MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is SceneView MCP free to use?
Yes, SceneView MCP is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
SceneView MCP Alternatives — Similar Developer Tools Servers
Looking for alternatives to SceneView MCP? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up SceneView MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use SceneView MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.