3D AR Studio for Cline
io.github.nirholas/3d-ar-studio
Put 3D models in someone's real room: generate, arrange, and hand back one AR link.
client:Cline
transport:stdio
runtime:npm
Install 3D AR Studio in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs