PluginBench
MCP Server
Maintained

io.scanbimlabs/scanbim MCP Server

io.scanbimlabs/scanbim

What is the io.scanbimlabs/scanbim MCP server?

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

How to install io.scanbimlabs/scanbim

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <ScanBIM API key>

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "scanbim": {
      "url": "https://mcp.scanbimlabs.io/unified"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "scanbim": {
      "serverUrl": "https://mcp.scanbimlabs.io/unified"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "scanbim": {
      "type": "http",
      "url": "https://mcp.scanbimlabs.io/unified"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "scanbim": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.scanbimlabs.io/unified"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http scanbim https://mcp.scanbimlabs.io/unified

Related MCP servers

Autodesk Construction Cloud: issues, RFIs, sheets, coordination.

0
JavaScript
View repository →

Navisworks clash detection, 4D simulation, quantity takeoff.

0
JavaScript
View repository →

Revit model query + APS Design Automation runner.

0
JavaScript
View repository →

Twinmotion rendering + video export via Datasmith pipeline.

0
JavaScript
View repository →

Autodesk Construction Cloud via APS — projects, issues, RFIs, documents, submittals.

Navisworks coordination and clash detection via APS — reports, viewpoints, model objects.