Skip to main content
Glama
MErblin

Adlor MCP CAD

by MErblin

📐 Adlor MCP CAD

Open-Source Model Context Protocol (MCP) server bridging AI agents (Cursor, Claude Code, Windsurf) to Autodesk Revit, IFC geometry, and ASME/HSE design standards.


⚡ Features

  • ASME B31.3-2022 Verification: Computes minimum required pipe wall thickness and schedule recommendations under §304.1.2.

  • UK HSE ACoP L8 Auditing: Verifies thermal domestic water loops against Legionella growth parameters (calorifier >= 60°C, return >= 50°C, cold < 20°C).

  • 3D BIM Property Inspector: Returns element spatial coordinates, clearance deltas, and clash reports over standard JSON-RPC 2.0.


Related MCP server: mcp-server-for-revit

🚀 Quick Start

Installation

pip install -e ./mcp/adlor-mcp-cad

Configure in Claude Desktop / Cursor

Add to your claude_desktop_config.json or .cursor/mcp.json:

{
  "mcpServers": {
    "adlor-mcp-cad": {
      "command": "adlor-mcp-cad",
      "args": []
    }
  }
}

🏛️ Enterprise Edition

For in-tenant Azure AI Search vector synchronization, live bi-directional Revit add-in synchronization, and multi-user RBAC model locks, visit Adlor Labs.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    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
    Not graded
    quality
    B
    maintenance
    An MCP server that gives AI agents genuine 3D spatial understanding of Autodesk Fusion 360, enabling exact measurements, collision analysis, and free-space placement search, plus Fusion-native parametric authoring for clean, human-editable models.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    An MCP server that bridges AI agents to Autodesk Revit, enabling local tool-based interaction with Revit models, including query, create, and modify operations, with an optional personal tool baking system.
    19
    Apache 2.0