Skip to main content
Glama
EdvardGK

Solibri MCP Server

by EdvardGK

⚠️ DEPRECATED

This MCP server is no longer maintained. Active work moved to the more capable toolkit:

EdvardGK/solibri-toolkit

The replacement is broader in scope and architecturally different:

This repo (deprecated)

solibri-toolkit

Stack

Node.js MCP server (SSE)

Python stdlib + Java SDK plugin

Solibri integration

Shells out to Solibri CLI / minimal REST

In-JVM HTTP server (port 10999) via custom SDK plugin — fills the gaps the built-in REST API cannot

Authoring

❌ no ruleset / classification / presentation authoring

✅ JSON ruleset install, bulk classification creation, BCF & per-slide viewpoint authoring, ITO, lifecycle (launch/shutdown)

Discipline + spatial truth

✅ ARK-as-spatial-truth indexing across federation, discipline set via internal API

Cross-session use

MCP over SSE

CLI (cli.py …) + Python SuperuserClient + same CLI works in any session

Status

January 2026 spike; not actively used

Active development; this repo's MCP-style remote-access pattern can be reintroduced as a thin wrapper over the toolkit if needed

Open issues / PRs in this repo will not be addressed. Please file against the new toolkit.


Solibri MCP Server (historical)

The content below is preserved for historical reference. See deprecation notice above.

MCP server for Solibri automation. Runs on Windows alongside Solibri Office, accessible remotely via SSE transport.

Features

  • Model Checking: Run rulesets and export BCF issues

  • Quantity Takeoff: Execute ITOs and export to Excel

  • Model Management: Create/update SMC files from IFCs

  • Asset Management: List classifications, rulesets, ITOs

  • REST API Integration: Control running Solibri instance

Related MCP server: SolidworksMCP

Requirements

  • Windows with Solibri Office installed

  • Node.js 18+

  • Valid Solibri license

Installation

git clone https://github.com/EdvardGK/solibri-mcp-server.git
cd solibri-mcp-server
npm install
copy .env.example .env
# Edit .env with your settings

Configuration

Edit .env:

SOLIBRI_MCP_TOKEN=your-secure-token-here
SOLIBRI_EXE_PATH=C:\Program Files\Solibri\SOLIBRI\Solibri.exe
SOLIBRI_MCP_PORT=3000

Running

npm start

Claude Code Configuration

Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "solibri": {
      "type": "sse",
      "url": "http://YOUR_WINDOWS_IP:3000/sse",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    MCP server for Autodesk Revit (BIM) with 705+ API endpoints. Enables AI agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the Model Context Protocol. Uses named pipes for zero-crash Revit integration.
    22
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for controlling a live SOLIDWORKS session through the Windows COM API, enabling native CAD operations like sketches, features, bodies, views, and exports, plus transactional plans and vectorization.
    1
    MIT
  • -
    license
    -
    quality
    -
    maintenance
    Connects MCP clients like Claude, Codex, and Cursor to a running Autodesk Revit session for typed BIM queries, verified model edits, family authoring, exports, and Power BI workflows. It is open-source, Apache-2.0, and designed for reliable, verified outcomes.
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for COBie Excel validation, updates, and PDF extraction.
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EdvardGK/solibri-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server