MCP Server
MCP
3D AR Studio
Put 3D models in someone's real room: generate, arrange, and hand back one AR link.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "3d-ar-studio-mcp",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The page that composed AR scenes link to. Defaults to the hosted demo; set it to your own deployment of the studio.",
"format": "string",
"name": "AR_STUDIO_PAGE_URL"
},
{
"description": "Catalogue URL that search_models searches. Defaults to the free CC0 model library.",
"format": "string",
"name": "AR_STUDIO_ASSETS"
},
{
"description": "MCP endpoint used for text-to-3D generation. Defaults to the free, keyless three.ws 3D Studio connector.",
"format": "string",
"name": "AR_STUDIO_MCP_ENDPOINT"
},
{
"description": "Origin serving the hosted 'View in your space' launcher and the 3D viewer. Defaults to https://three.ws.",
"format": "string",
"name": "AR_STUDIO_ORIGIN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment