AutoCAD MCP
Related Servers
Alternatives to AutoCAD MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables automated CAD operations via natural language, supporting both AutoCAD LT on Windows and headless DXF generation on any platform.8MIT
- AlicenseBqualityCmaintenanceEnables AI agents to drive AutoCAD 2024+ and AutoCAD LT through live COM and AutoLISP engines, with support for headless DXF processing, ISO GD&T, P&ID drafting, and Rhino.Inside Grasshopper battery workflows.162MIT
- 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
- FlicenseBqualityBmaintenanceEnables architects to control AutoCAD 2021-2026 on macOS and Windows through natural language, allowing drawing and editing of architectural plans, checking compliance with standards, and generating construction documents.15-
- FlicenseAqualityBmaintenanceNatural-language MCP bridge for AutoCAD 2024. Enables users to inspect and edit DWG drawings, manage layers, entities, layouts, styles, and system variables; draw 2D geometry and 3D solids; perform measurements and transactional edits; and export to DWG, STL, PDF, DWF, SVG, or raster formats through a local named-pipe connection.171-
- AlicenseBqualityBmaintenanceEnables AI agents to automate AutoCAD LT and create DXF files headless, with tools for drawing, entity, layer, block, annotation, PID, and system operations.16MIT
TDQS
Scored across 12 tools
Most tools have clearly distinct purposes, and the descriptions explicitly disambiguate the three batch-write tools (draw for raw geometry, build_structure for architectural elements, place_blocks for symbols) and the three read tools (get_drawing_info, query_entities, measure). The main residual overlap is among the write/creation tools, which an agent must read carefully to pick correctly, but the guidance is strong enough to avoid misselection.
Names follow a mostly predictable verb_noun pattern (get_drawing_info, query_entities, set_entity_color, delete_entities, build_structure, place_blocks, undo_last_batch, run_cad_command). A few deviate with single bare verbs (draw, measure) or verb_noun phrasing that doesn't fit the resource-action mold (render_view, check_plan), but the overall convention is readable and consistent.
12 tools is well-scoped for a CAD server spanning read, write, modify, validate, and render operations. Each tool earns its place, and related actions are consolidated into batches or single multi-mode tools (measure) rather than exploding the count.
The surface covers the full lifecycle well: document inspection, entity querying, measurement, rendering, batch creation at three abstraction levels, color editing, deletion, undo, and validation via check_plan. The notable gap is direct transformation of existing entities (move/rotate/scale/copy), which is only reachable through the limited native run_cad_command whitelist or full delete-and-redraw.