There was an error while loading. Please reload this page.
status: W.I.P
branch: mcp
mcp
TinyUSDZ MCP module is provided in C++ and JavaScript(WASM). Supported transport is HTTP only(POST only. no SSE(server-side-event) events)
examples/mcp-server
$ cd <tinyusdz>/web/mcp-server $ bun install(or npm install)
then run http-server.js
http-server.js
Install nodejs firstly. Edit claude_desktop_config.json(Settings -> Developer -> Edit Config). Use mcp-remote to map StdinTransport to HttpTransport
claude_desktop_config.json
mcp-remote
{ "mcpServers": { "tinyusdz": { "command": "npx", "args": [ "-y", "mcp-remote", "http://localhost:8085/mcp" ] }, ... }
You can omit -y args if you already installed mcp-remote package.
-y
Use store_asset Tools call to store USD asset. See <tinyusdz>/web/mcp-server/setup-assets.js for details.
store_asset
<tinyusdz>/web/mcp-server/setup-assets.js