mcpbeat Sign in

3D AR Studio MCP Server

local only

3D AR Studio runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 15 Sep 2026.

Put 3D models in someone's real room: generate, arrange, and hand back one AR link.

Installs per day peak 124 · avg 4
a month agotoday
54
Installs / week
npm · 3d-ar-studio-mcp
7
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin.mjs:1
этот файл ставится пользователю, но в репозитории его нет
    const res = spawnSync(cmd, args, { cwd, encoding: 'utf8', stdio: quiet ? 'pipe' : ['inherit', 'inherit', 'pipe'] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add 3d-ar-studio -- npx -y 3d-ar-studio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "3d-ar-studio": {
      "args": [
        "-y",
        "3d-ar-studio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.3d-ar-studio]
command = "npx"
args = ["-y", "3d-ar-studio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "3d-ar-studio": {
      "args": [
        "-y",
        "3d-ar-studio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "3d-ar-studio": {
      "args": [
        "-y",
        "3d-ar-studio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AR_STUDIO_PAGE_URL (The page that composed AR scenes link to. Defaults to the hosted demo; set it to your own deployment of the studio.), AR_STUDIO_ASSETS (Catalogue URL that search_models searches. Defaults to the free CC0 model library.), AR_STUDIO_MCP_ENDPOINT (MCP endpoint used for text-to-3D generation. Defaults to the free, keyless three.ws 3D Studio connector.), AR_STUDIO_ORIGIN (Origin serving the hosted 'View in your space' launcher and the 3D viewer. Defaults to https://three.ws.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to 3D AR Studio

same job, measured the same way
three.ws 3D Studio (free)
by nirholas

Free text/image → 3D: generate, rig, avatar-ify, and refine GLB models. No auth, no payment.

11 tools answering
MCP Server 3daistudio
by whale-professor

MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS

62 installs/wk local only
three.ws 3D Studio
by nirholas

Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture.

answering
Gessa: game asset generation for AI agents
by gessa

Generate game-ready 3D models, textures, and audio from natural language, over MCP.

50 installs/wk answering
Imaginode
by imaginode

Generate AI images and videos from 89 models on one credit balance, refunds on failure.

4 tools answering
Visual Sandbox
by visualsandbox

Generate image, video, audio, 3D and vector media with 100+ AI models. Pay per generation.

answering
Prompt To Asset
by mohamedabdallah-14

Generate app icons, favicons, OG images, and logos by routing across 30+ image models.

210 installs/wk local only
Standup from your activity
by sathvic-kollu

Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.

29 installs/wk local only

3D AR Studio — questions

Answers built from our own checks of this server.

Why is there no uptime for 3D AR Studio?
3D AR Studio runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package 3d-ar-studio-mcp was installed 54 times last week.
How do I connect 3D AR Studio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls 3d-ar-studio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use 3D AR Studio?
The npm package 3d-ar-studio-mcp was installed 54 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 3D AR Studio open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.