Skip to main content
Glama
Codemod3

CAD MCP Server

by Codemod3

Related Servers

Alternatives to CAD MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Converts CAD drawings (DXF/DWG) into structured data, enabling Claude to read drawings and answer questions about their content.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables an AI assistant to conversationally control Autodesk AutoCAD, drawing, inspecting, and editing plans, and includes a cross-platform DXF engine that runs without AutoCAD on macOS and Linux. It exposes tools for rendering views as images, batching geometry, blocks, and structures, measuring and checking plans, and undoing whole batches.
      12
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables natural-language automation of AutoCAD for drawing, editing, annotating, and exporting, as well as headless DXF generation without AutoCAD, through Model Context Protocol.
      8
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI agents to inspect and edit DWG/DXF drawings in the browser via Open CAD Studio's editor, with human confirmation required for every write and recording action.
      MIT

    TDQS

    A3.6/5.0

    Scored across 17 tools

    Disambiguation4/5

    The read-only dxf_ tools and editing cad_ tools are cleanly separated, and most tools target a distinct resource (layers, blocks, text, dimensions). However, dxf_get_text and dxf_get_dimensions overlap with dxf_get_entities_by_type, and dxf_get_layer_entities partially overlaps with the layer filter available on dxf_get_entities_by_type.

    Naming Consistency4/5

    Tool names consistently use a dxf_ or cad_ prefix to separate reading from editing, which is a clear pattern. Verb usage is a bit mixed—get, list, summary, create, delete, add, export—but the resource nouns are predictable and the pattern remains readable.

    Tool Count4/5

    17 tools is slightly above the ideal 3-15 range but reasonable for a CAD server that supports both reading and editing. The count is justified by the variety of entity types and file operations, though a few read tools feel redundant.

    Completeness4/5

    The server covers core DXF/DWG inspection workflows—layers, blocks, entities, text, dimensions, summary—and basic editing via adding and deleting entities plus layer creation. Notable gaps include modifying existing entities, creating a drawing from scratch, and inserting blocks, but the main read-and-annotate workflow is well supported.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues