Skip to content
Claude Desktop

3D AR Studio for Claude Desktop

io.github.nirholas/3d-ar-studio

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

client:Claude Desktop transport:stdio runtime:npm

Install 3D AR Studio in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "3d-ar-studio": {
      "command": "npx",
      "args": [
        "-y",
        "3d-ar-studio-mcp"
      ],
      "env": {
        "AR_STUDIO_PAGE_URL": "<AR_STUDIO_PAGE_URL>",
        "AR_STUDIO_ASSETS": "<AR_STUDIO_ASSETS>",
        "AR_STUDIO_MCP_ENDPOINT": "<AR_STUDIO_MCP_ENDPOINT>",
        "AR_STUDIO_ORIGIN": "<AR_STUDIO_ORIGIN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

3D AR Studio in other clients