# SceneView — 3D/AR SDK with an MCP Server > Cross-platform 3D/AR SDK with an MCP server and `llms.txt` API reference. Helps agents generate correct SceneView code and validate samples. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```bash claude mcp add sceneview -- npx sceneview-mcp npm install sceneview-web ``` ## Intro SceneView pairs a 3D/AR SDK with an MCP server: ask an agent to generate or validate code, while tooling provides grounded API access and sample validation. **Best for:** Teams building 3D/AR apps who want agent assistance without losing API correctness **Works with:** MCP clients + SDK consumers on Android/iOS/Web (see README) **Setup time:** 10–30 minutes ### Key facts (verified) - README states an official MCP server plus `llms.txt` (~111 KB, 3000+ lines). - Includes a one-line Claude MCP add example (README). - GitHub: 1,197 stars · 216 forks; pushed 2026-05-12 (GitHub API verified). ## Main ### A template for SDK maintainers Shipping an `llms.txt` plus an MCP server is a strong pattern for keeping agent tooling accurate as APIs evolve. ### README excerpt (verbatim) # SceneView > **3D & AR for every platform.** Build 3D and AR experiences with the UI frameworks you already know. Same concepts, same simplicity — Android, iOS, Web, Desktop, TV, Flutter, React Native. [![Android 3D](https://img.shields.io/maven-central/v/io.github.sceneview/sceneview?label=Android%203D&logo=android&color=34a853)](https://central.sonatype.com/artifact/io.github.sceneview/sceneview) [![Android AR](https://img.shields.io/maven-central/v/io.github.sceneview/arsceneview?label=Android%20AR&logo=android&color=34a853)](https://central.sonatype.com/artifact/io.github.sceneview/arsceneview) [![iOS / macOS / visionOS](https://img.shields.io/github/v/release/sceneview/sceneview?label=Swift&logo=swift&color=f05138)](https://github.com/sceneview/sceneview) [![sceneview.js](https://img.shields.io/npm/v/sceneview-web?label=sceneview.js&logo=javascript&color=f7df1e)](https://www.npmjs.com/package/sceneview-web) [![MCP Server](https://img.shields.io/npm/v/sceneview-mcp?label=MCP&logo=anthropic&color=d97706)](https://www.npmjs.com/package/sceneview-mcp) [![Flutter](https://img.shields.io/badge/Flutter-v4.0.9-02569B?logo=flutter)](https://github.com/sceneview/sceneview/tree/main/flutter) [![React Native](https://img.shields.io/badge/React%20Native-v4.0.9-61DAFB?logo=react)](https://github.com/sceneview/sceneview/tree/main/react-native) [![CI](https://img.shields.io/github/actions/workflow/status/sceneview/sceneview/ci.yml?branch=main&label=CI&logo=github)](https://github.com/sceneview/sceneview/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/sceneview/sceneview?color=blue)](https://github.com/sceneview/sceneview/blob/main/LICENSE) [![GitHub Stars](https://img.shields.io/github/stars/sceneview/sceneview?style=flat&color=yellow&logo=github)](https://github.com/sceneview/sceneview/stargazers) [![GitHub Release](https://img.shields.io/github/v/release/sceneview/sceneview?label=Release&color=1a73e8&logo=github)](https://github.com/sceneview/sceneview/releases/latest) [![Discord](https://img.shields.io/discord/893787194295222292?color=7389D8&label=Discord&logo=discord&logoColor=ffffff)](https://discord.gg/UbNDDBTNqb) [![Sponsors](https://img.shields.io/github/sponsors/sceneview?label=Sponsors&color=ea4aaa&logo=githubsponsors)](https://github.com/sponsors/sceneview) [![Open Collective](https://img.shields.io/opencollective/all/sceneview?label=Backers&color=7FADF2&logo=opencollective)](https://opencollective.com/sceneview) ## Try the demo apps ### FAQ **Q: Do I need MCP to use SceneView?** A: No—MCP is optional for agent-assisted workflows; the SDK can be used directly. **Q: What’s a good first workflow?** A: Add the MCP server, then ask your agent to build a minimal sample and validate it against docs/samples. **Q: Does this support multiple platforms?** A: README covers Android/iOS/Web plus a dedicated MCP server entry. ## Source & Thanks > Source: https://github.com/sceneview/sceneview > License: Apache-2.0 > GitHub stars: 1,197 · forks: 216 --- ## 快速使用 ```bash claude mcp add sceneview -- npx sceneview-mcp npm install sceneview-web ``` ## 简介 SceneView 把 3D/AR SDK 与 MCP server 结合起来:让 agent 负责生成/解释,让工具提供可落地的 API 访问与样例校验,减少“写出来跑不起来”。 **最适合:** 在做 3D/AR 应用、希望 agent 参与但又要保证 API 正确性的团队 **适配:** MCP 客户端 + Android/iOS/Web SDK 使用者(README 有说明) **配置时间:** 10–30 分钟 ### 关键事实(已验证) - README 描述:官方 MCP server 与 `llms.txt`(约 111KB、3000+ 行)。 - README 提供一行 Claude MCP add 示例。 - GitHub:1,197 stars · 216 forks;最近更新 2026-05-12(GitHub API 验证)。 ## 正文 ### 给 SDK 维护者的模板 发布 `llms.txt` + MCP server 是让 agent 工具在 API 演进中保持准确的一种强模式。 ### README 原文节选(verbatim) # SceneView > **3D & AR for every platform.** Build 3D and AR experiences with the UI frameworks you already know. Same concepts, same simplicity — Android, iOS, Web, Desktop, TV, Flutter, React Native. [![Android 3D](https://img.shields.io/maven-central/v/io.github.sceneview/sceneview?label=Android%203D&logo=android&color=34a853)](https://central.sonatype.com/artifact/io.github.sceneview/sceneview) [![Android AR](https://img.shields.io/maven-central/v/io.github.sceneview/arsceneview?label=Android%20AR&logo=android&color=34a853)](https://central.sonatype.com/artifact/io.github.sceneview/arsceneview) [![iOS / macOS / visionOS](https://img.shields.io/github/v/release/sceneview/sceneview?label=Swift&logo=swift&color=f05138)](https://github.com/sceneview/sceneview) [![sceneview.js](https://img.shields.io/npm/v/sceneview-web?label=sceneview.js&logo=javascript&color=f7df1e)](https://www.npmjs.com/package/sceneview-web) [![MCP Server](https://img.shields.io/npm/v/sceneview-mcp?label=MCP&logo=anthropic&color=d97706)](https://www.npmjs.com/package/sceneview-mcp) [![Flutter](https://img.shields.io/badge/Flutter-v4.0.9-02569B?logo=flutter)](https://github.com/sceneview/sceneview/tree/main/flutter) [![React Native](https://img.shields.io/badge/React%20Native-v4.0.9-61DAFB?logo=react)](https://github.com/sceneview/sceneview/tree/main/react-native) [![CI](https://img.shields.io/github/actions/workflow/status/sceneview/sceneview/ci.yml?branch=main&label=CI&logo=github)](https://github.com/sceneview/sceneview/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/sceneview/sceneview?color=blue)](https://github.com/sceneview/sceneview/blob/main/LICENSE) [![GitHub Stars](https://img.shields.io/github/stars/sceneview/sceneview?style=flat&color=yellow&logo=github)](https://github.com/sceneview/sceneview/stargazers) [![GitHub Release](https://img.shields.io/github/v/release/sceneview/sceneview?label=Release&color=1a73e8&logo=github)](https://github.com/sceneview/sceneview/releases/latest) [![Discord](https://img.shields.io/discord/893787194295222292?color=7389D8&label=Discord&logo=discord&logoColor=ffffff)](https://discord.gg/UbNDDBTNqb) [![Sponsors](https://img.shields.io/github/sponsors/sceneview?label=Sponsors&color=ea4aaa&logo=githubsponsors)](https://github.com/sponsors/sceneview) [![Open Collective](https://img.shields.io/opencollective/all/sceneview?label=Backers&color=7FADF2&logo=opencollective)](https://opencollective.com/sceneview) ## Try the demo apps ### FAQ **不用 MCP 能用吗?** 答:能。MCP 是可选项,用于 agent 辅助工作流;SDK 本身可直接使用。 **推荐的第一步?** 答:先加 MCP server,再让 agent 写一个最小示例并对照文档/样例验证。 **支持多平台吗?** 答:README 覆盖 Android/iOS/Web,并提供单独的 MCP server 入口。 ## 来源与感谢 > Source: https://github.com/sceneview/sceneview > License: Apache-2.0 > GitHub stars: 1,197 · forks: 216 --- Source: https://tokrepo.com/en/workflows/sceneview-3d-ar-sdk-with-an-mcp-server Author: MCP Hub