SceneView MCP

v3.4.4Developer Toolsstable

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

3daiandroidararcore
Share:
1,215
Stars
0
Downloads
0
Weekly
0/5

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

3D and AR development tools
iOS RealityKit and Android Filament support
sceneview

Maintainer

LicenseApache 2.0
Languagekotlin
Versionv3.4.4
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y sceneview-mcp

Manual Installation

npx -y sceneview-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 --version
2

Test 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-mcp
3

Add 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.

4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "sceneview": { "command": "npx", "args": ["-y", "sceneview-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides