3D AR Studio for Windsurf
io.github.nirholas/3d-ar-studio
Put 3D models in someone's real room: generate, arrange, and hand back one AR link.
client:Windsurf
transport:stdio
runtime:npm
Install 3D AR Studio in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs