Solibri MCP Server
Enables remote automation of Solibri Office tasks including model checking, quantity takeoff, and model management through an MCP SSE interface.
README
⚠️ DEPRECATED
This MCP server is no longer maintained. Active work moved to the more capable toolkit:
→
EdvardGK/solibri-toolkitThe replacement is broader in scope and architecturally different:
This repo (deprecated) solibri-toolkitStack 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 …) + PythonSuperuserClient+ same CLI works in any sessionStatus 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
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.