Odel
3D AR Studio

3D AR Studio

Local
@nirholas5JavaScriptApache-2.0Updated 2w ago

Put 3D models in someone's real room: generate, arrange, and hand back one AR link.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm3d-ar-studio-mcpv0.3.0

Run

npx -y 3d-ar-studio-mcp

MCP client config

{
  "mcpServers": {
    "3d-ar-studio": {
      "command": "npx",
      "args": [
        "-y",
        "3d-ar-studio-mcp"
      ]
    }
  }
}