Guide

AI for AutoCAD: Draft & Automate with Claude

AI for AutoCAD is no longer a novelty. With Claude and a native connector, you can draft, edit, dimension, measure and read a DWG in plain English — the AI actually creates entities in your open drawing, not just tells you which commands to type. This guide shows what that looks like in practice, with real prompts across 2D drafting, 3D, takeoffs, and the AutoCAD verticals.

What "AI for AutoCAD" means today

Drafting AI comes in two flavours. The first is an assistant that talks about AutoCAD — it can suggest a command or explain a workflow, but you still do all the clicking. The second, and the one worth having, operates AutoCAD: it draws lines, offsets polylines, adds dimensions, manages layers and reads geometry back to you.

HuskyBIM takes the second approach. It connects Claude Desktop to AutoCAD through the Model Context Protocol (MCP) — an open standard that exposes AutoCAD's capabilities to the AI as callable tools. When you describe a task, Claude picks the tools and the connector executes them on your active drawing. HuskyBIM for AutoCAD ships 386 such tools.

What you can genuinely automate

Here are real prompts, grouped by the kind of work they cover.

Draw and edit
On a new layer called "Walls", draw a 6000 by 4000 rectangle, offset it inward by 150, and mirror the whole thing about the right edge.
Draw a bolt-hole circle: eight 12 mm circles evenly spaced on a 200 mm diameter, centred at 0,0.
Dimensions and annotation
Add a linear dimension along the bottom edge of that rectangle and place a text label "Office 01" in its centre.
Read the value of the dimension I have selected and tell me what it measures.
Quantity takeoffs
Sum the total area of all closed polylines on the "Paving" layer.
Give me the total length of every line and polyline on the "Ductwork" layer.
Produce a drawing summary: how many entities of each type, broken down by layer.
Layer management
List all layers, then freeze every layer whose name starts with "XREF-" and set "Dimensions" to colour 3.
Plant 3D and Map 3D reads
Open the Plant 3D project, list the line numbers, then show every component on line 1042 and which P&ID instruments are tagged to it.
In this Map 3D drawing, create a GeoPackage data store, insert three point features with a name attribute, and query the ones inside this bounding box.

The recurring patterns are generative drafting (make new geometry from a description), bulk editing (act on a layer or selection at once), measurement and takeoff (area, length, entity counts), and reading structured project data from the verticals. Repetitive, rule-based drafting is exactly where this saves the most time.

One connector, every vertical. A single install works with plain AutoCAD and with Architecture, MEP, Electrical, Map 3D, Mechanical, Plant 3D and Raster Design — including 3D solids, hatches, layouts and plotting, Mechanical BOM reads, and Raster Design vectorise/OCR to turn scanned drawings into native geometry and text.

How it works

The chain is short: Claude Desktop hosts the HuskyBIM extension where you type; the connector — a small local service — receives Claude's tool calls; and it drives AutoCAD over a local port to create, edit and read entities in your open drawing. Everything runs on your Windows machine; Claude Desktop sends your request text and the tool results to Anthropic's models to reason over them, the same as any Claude chat.

Honest limits

Try AI for AutoCAD — free

Create a free HuskyBIM account, install the connector, open a drawing, and start giving Claude instructions in plain language.

Frequently asked questions

Does AI for AutoCAD actually draw, or just give me instructions?

It draws. HuskyBIM for AutoCAD includes a native connector that creates and edits real entities — lines, arcs, polylines, text, dimensions, hatches, 3D solids — directly in your open drawing. It is not a chatbot that tells you which commands to type; it runs them.

Which AutoCAD versions and verticals are supported?

AutoCAD 2026 and 2027, plus the verticals: Architecture, MEP, Electrical, Map 3D, Mechanical, Plant 3D and Raster Design. One install covers plain AutoCAD and every vertical. A handful of Map 3D GIS tools require AutoCAD Map 3D specifically.

Can it do quantity takeoffs?

Yes. Ask it to sum the total area of closed polylines on a layer, or the total length of lines and polylines in a selection, and it returns the figure. It can also produce a drawing summary counting entities by type and layer.

Do I need to know AutoLISP or scripting?

No. You describe the task in plain language and Claude calls the connector's tools to perform it. No LISP, no macros and no scripting required — though reviewing the result before saving is always wise.