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
{
"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