AutoCAD LT AutoLISP MCP Server

MCP server for AutoCAD LT v3.1: freehand AutoLISP execution, 8 consolidated tools, File IPC + ezdxf backends, focus-free dispatch, undo/redo, P&ID

Local serverstdioPython

What is the AutoCAD LT AutoLISP MCP server?

AutoCAD LT AutoLISP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for AutoCAD LT v3.1: freehand AutoLISP execution, 8 consolidated tools, File IPC + ezdxf backends, focus-free dispatch, undo/redo, P&ID symbols, and robust IPC with ESC prefix and UTF-8 fallback. Companion agent skill.

What you get

MCP server for AutoCAD LT automation and headless DXF generation.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Configuration and credentials

You will need one environment variable: AUTOCAD_MCP_BACKEND. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Windows 10/11 (the File IPC backend uses Win32 APIs for focus-free window messaging) - AutoCAD LT 2024 or newer — AutoLISP support was added in LT 2024 for Windows. AutoCAD LT for Mac exists but does not support AutoLISP. - Python 3.10+ (Windows native — not WSL Python) - uv package manager (install guide) > The

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by puran-water; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the autocad lt autolisp mcp server does with a few real requests.

Configuration

  • Windows 10/11 (the File IPC backend uses Win32 APIs for focus-free window messaging) - AutoCAD LT 2024 or newer — AutoLISP support was added in LT 2024 for Windows. AutoCAD LT for Mac exists but does not support AutoLISP. - Python 3.10+ (Windows native — not WSL Python) - uv package manager (install guide) > The
VariableDescriptionRequired
AUTOCAD_MCP_BACKENDConfiguration value read at startup.Optional

Frequently asked questions

Only for the File IPC backend. The ezdxf backend works on any platform without AutoCAD.