3D AR Studio MCP Server

Drop a full augmented-reality studio into any web page. Place as many 3D models as you like in your real room through the camera, describe a new one and watch it appear, arrange everything by hand, then share the whole scene as a link, a QR code, or a live room someone else can build in with you. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 5 · #378 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install 3D AR Studio

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add nirholas-3d-ar-studio -- npx -y 3d-ar-studio-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nirholas-3d-ar-studio": {
      "command": "npx",
      "args": [
        "-y",
        "3d-ar-studio-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-19 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package 3d-ar-studio-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.nirholas is GitHub-verified and matches the repo owner

03 · Who maintains 3D AR Studio

3D AR Studio is maintained by nirholas. We track 66 MCP servers from nirholas - 65 actively maintained, 7,658 combined GitHub stars, oldest repo from Feb 2024. Full record: all servers from nirholas.

  1. XActions X/Twitter automation MCP: scrape, post, schedule, analyze, engage. No API key required. ★ 473
  2. Metaplex Agent Registry Deploy AI agents on-chain on Solana with an EIP-8004 identity. Deploy fee funds $THREE buybacks. ★ 102
  3. Pump SDK MCP Server Build extend and maintain pump - Token creation buying selling migration fee collection ★ 118
  4. pump.fun Solana Data Free, read-only pump.fun + Solana MCP: token discovery, on-chain analysis, SNS, 3D snapshots. ★ 102
  5. Alibaba Cloud DashScope - Qwen Alibaba Cloud DashScope MCP: Qwen chat, embeddings, and model discovery on your own account. ★ 102
  6. three.ws Agent Payments Governed x402 payment sessions: pay any endpoint with budget, allowlist & per-tx caps, no key. ★ 102

04 · Facts

category
other - ranked #378 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.nirholas/3d-ar-studio (active, first published 2026-08-19 · 3 versions)
packages
npm:3d-ar-studio-mcp

05 · 3D AR Studio FAQ

What is 3D AR Studio?

Drop a full augmented-reality studio into any web page. Place as many 3D models as you like in your real room through the camera, describe a new one and watch it appear, arrange everything by hand, then share the whole scene as a link, a QR code, or a live room someone else can build in with you. It runs locally over stdio via the published package.

Is 3D AR Studio still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.

How do I install 3D AR Studio?

Run `npx -y 3d-ar-studio-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does 3D AR Studio run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to 3D AR Studio