bim-open-toolkit

ara3d/bim-open-toolkit
★ 0 stars C# API Integration Updated 6d ago
Useful open-source tools and libraries for working with BIM models and MCP servers.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bim-open-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "ara3d/bim-open-toolkit"
      ]
    }
  }
}

README Excerpt

The open implementation layer around [BIM Open Schema (BOS)](https://github.com/ara3d/bim-open-schema): converters (IFC→BOS), query and analytics (DuckDB, GLB/glTF export), byte-exact IFC property-set editing, MCP servers for AI-assisted BIM workflows, and the PlatoFlow node-graph editor. The `bim-open-schema` repo remains the spec; this