mcpbeat Sign in

3D Visualizer MCP Server

by kleinicke Your server? Claim it
local only

3D Visualizer runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

Inspect, compare and export point clouds, meshes and calibrated depth data with inline 3D previews.

Installs / week
pypi · 3d-visualizer
20
Stars
0 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

What the code does

We read the source, 9 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.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
File ships in the package but is absent from the source [пакет] ply_visualizer/__init__.py:1, [пакет] ply_visualizer/__main__.py:1, [пакет] ply_visualizer/_assets/index.html:1 и ещё 29
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable src/pointCloudEditorProvider.ts:1425
        const referencedMtlPath = path.join(objDir, parsedData.materialFile);
    <script async src="https://analytics.re4vive.com/js/pa-GabvR7klxXIEzqdnoWcJw.js"></script>

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-visualizer -- uvx 3d-visualizer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "3d-visualizer": {
      "args": [
        "3d-visualizer"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.3d-visualizer]
command = "uvx"
args = ["3d-visualizer"]
.cursor/mcp.json
{
  "mcpServers": {
    "3d-visualizer": {
      "args": [
        "3d-visualizer"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "3d-visualizer": {
      "args": [
        "3d-visualizer"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to 3D Visualizer

same job, measured the same way
Maket
by ng-galien

Compose branded visual documents with live preview, data collections, validation, and PDF export.

404 installs/wk local only
VoxelDraft – AI Voxel Modeling
by huruki-geo

Create, edit, render, save, and export voxel models with interactive 3D previews.

8 tools answering
Fullbleed PDF Engine
by fullbleed-engine

Create, preview, inspect, verify, and compile deterministic PDF documents with Fullbleed.

61 installs/wk local only
Equation.io
by equation

Create interactive 2D and 3D graphs with validated equations, shareable links, and PNG previews.

3 tools answering
OCI Pricing
by jasonwilbur

Oracle Cloud Infrastructure pricing data with cost calculators and comparisons

36 installs/wk local only
Pascal 3D Editor
by pascalorg

Create, inspect, validate, and save editable 3D building scenes with Pascal's hosted MCP server.

answering
RFix
by rfix

Create RF signal projects from prompts, inspect graphs, and export IQ data.

3 tools answering
Charts by Szum
by szum

Create, inspect, manage, and render charts and data visualizations as SVG/PNG or interactive embeds.

13 tools answering

3D Visualizer — questions

Answers built from our own checks of this server.

Why is there no uptime for 3D Visualizer?
3D Visualizer 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 pypi package 3d-visualizer.
How do I connect 3D Visualizer?
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-visualizer straight from pypi; nothing to host, nothing to sign up for.
Is 3D Visualizer open source?
Yes — it is published under the MIT licence, written in TypeScript and 20 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.