autocad-mcp

autocad-mcp

50

The AutoCAD LT AutoLISP MCP Server enables natural language-driven control over AutoCAD LT, leveraging AutoLISP for generating and executing commands. It facilitates seamless interaction between conversational prompt tools and CAD software, enhancing drawing creation capabilities.

What versions of AutoCAD LT are supported?

The server supports AutoCAD LT 2024 or newer with AutoLISP support.

Can I use this server for 3D drawing operations?

No, the server is limited to 2D drawing operations.

What should I do if the LISP files fail to load?

Refer to the TROUBLESHOOTING.md file for common issues and solutions.

How do I specify layer colors?

Layer colors must be specified as strings, such as 'red', 'yellow', or '120'.

Can I interact with AutoCAD while commands are being sent?

No, users should not interact with AutoCAD while commands are being sent as it relies on window focus and keyboard simulation.