AutoCAD 2024 MCP
Related Servers
Alternatives to AutoCAD 2024 MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI/natural-language-driven 2D drafting automation on a running Windows AutoCAD, exposing drawing, dimensioning, layer/block management, and mechanical drawing tools such as title blocks, BOM, and balloons to any MCP client.MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural-language control of AutoCAD LT for automation and headless DXF generation, supporting drawing, entity, layer, block, annotation, P&ID, and system operations via an MCP interface.MIT
- AlicenseAqualityCmaintenanceMCP server for AutoCAD LT automation and headless DXF generation, exposing tools for drawing, entities, layers, blocks, annotations, P&ID, and view operations via natural language.8MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables natural-language control of AutoCAD via file IPC or headless DXF generation, with tools for drawing, entities, layers, blocks, annotations, P&ID, views, and system operations.MIT
- AlicenseNot gradedqualityBmaintenanceEnables natural-language control of a running AutoCAD 2026 session via MCP, exposing tools for drawing management, geometry creation, editing, and inspection using millimeter and degree units.Apache 2.0
- AlicenseAqualityCmaintenanceEnables natural-language automation of AutoCAD for drawing, editing, annotating, and exporting, as well as headless DXF generation without AutoCAD, through Model Context Protocol.8MIT
TDQS
Scored across 17 tools
Tools are mostly distinct and target different AutoCAD operations (drawing, editing, layers, layouts, etc.). Some conceptual overlap exists between cad_edit and cad_block (entity manipulation), and cad_draw vs cad_command (command execution), but the descriptions clarify the boundaries.
All tool names follow a consistent prefix_verb or prefix_noun pattern (e.g., cad_view, cad_undo, cad_connect). The 'cad_' prefix and single-word action label are uniform throughout, making the set predictable and easy to parse.
17 tools is slightly on the higher side but reasonable for a feature-rich AutoCAD automation server. Each tool corresponds to a meaningful domain area (view, edit, draw, measure, export, etc.) and no tool appears redundant.
The surface covers core drawing lifecycle, entity manipulation, layers, blocks, layouts, and exports. Minor gaps exist: no explicit tool for deleting entities (though cad_edit supports erase via handles), and no dedicated tool for attaching xrefs or managing external references. These are workarounds rather than critical omissions.