Skip to content
Cursor

3D AR Studio for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install 3D AR Studio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "3d-ar-studio": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

3D AR Studio in other clients