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).
Run
npx -y 3d-ar-studio-mcp
MCP client config
{
"mcpServers": {
"3d-ar-studio": {
"command": "npx",
"args": [
"-y",
"3d-ar-studio-mcp"
]
}
}
}