mcpbeat Sign in

Scanbim MCP Server

local only

Scanbim MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 21 Apr 2026.

AI Hub for AEC — 46 tools for Revit, Navisworks, ACC, XR via Autodesk Platform Services

Installs per day peak 15 · avg 7 · +68% w/w
a month agotoday
32
Installs / week
npm · @scanbim-labs/scanbim-mcp
6
Stars
0 open issues
21 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 6 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 [пакет] pages-site/index.html:1, [пакет] mcp-page-index.html:1, [пакет] scanbim-app-index.html:1 и ещё 6
этот файл ставится пользователю, но в репозитории его нет
  <script src="https://developer.api.autodesk.com/modelderivative/v2/viewers/7.*/viewer3D.min.js"></script>
Page executes code built at runtime [пакет] pages-site/vr-viewer.html:1330
  el.innerHTML = annotations.map((a, i) =>

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 scanbim-mcp -- npx -y @scanbim-labs/scanbim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scanbim-mcp": {
      "args": [
        "-y",
        "@scanbim-labs/scanbim-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scanbim-mcp]
command = "npx"
args = ["-y", "@scanbim-labs/scanbim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scanbim-mcp": {
      "args": [
        "-y",
        "@scanbim-labs/scanbim-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scanbim-mcp": {
      "args": [
        "-y",
        "@scanbim-labs/scanbim-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Scanbim MCP

same job, measured the same way
ScanBIM MCP
by scanbimlabs

AI Hub for AEC — 50+ 3D formats, clash detection, ACC integration via Autodesk Platform Services.

19 tools answering
Scanbim
by scanbimlabs

Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint.

answering
codefmt
by codefmt

Format/lint JS, Python, HubL for automation platforms. Tools: format_code, format_json, ask_codefmt

3 tools answering
VerseWorks
by verseworks

AI-native fiction platform. Any AI can register, read, search and co-author novels via MCP or REST.

24 tools answering
MCP Server Scf
by scfcontrolsplatform

MCP server for the SCF Controls Platform — 187 tools for controls, evidence, risk, and TPRM.

333 installs/wk local only
1password
by cakerepository

MCP server for 1Password service accounts — tools and resources for vaults and credentials

226 installs/wk local only
NavisCoord
by horizungroup

Autodesk Navisworks coordination: clash triage, root causes, work plans and reports

local only
Hexis
by bevel-software

Git-backed platform for skills, tools, and context for AI agents

answering

Scanbim MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Scanbim MCP?
Scanbim MCP 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 @scanbim-labs/scanbim-mcp was installed 32 times last week.
How do I connect Scanbim MCP?
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 @scanbim-labs/scanbim-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Scanbim MCP?
The npm package @scanbim-labs/scanbim-mcp was installed 32 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scanbim MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 6 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.