autocad-mcp
If you are the rightful owner of autocad-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
This MCP server enables natural language control of AutoCAD LT 2024/2025 through AutoLISP code generation and execution.
The AutoCAD LT AutoLISP MCP Server is designed to facilitate the creation of engineering drawings in AutoCAD LT 2024/2025 using natural language prompts. By leveraging AutoLISP code generation and execution, it allows users to interact with AutoCAD LT through conversational interfaces, such as Claude or other LLM clients. This server supports a wide range of drawing operations, including the creation of basic shapes, block manipulation, and layer management. It also provides advanced functionalities like entity rotation, dimension creation, and text-to-CAD conversion. The server requires AutoCAD LT 2024 or newer with AutoLISP support and integrates with Python and Claude Desktop for seamless operation.
Features
- Generates and executes AutoLISP code in AutoCAD LT
- Supports creating basic shapes and handling block insertion
- Provides robust layer creation and management
- Enables text-to-CAD functionality through natural language
- Allows direct custom AutoLISP code execution
Tools
- get_autocad_status: Check connection to AutoCAD
- create_line: Draw a line between two points
- create_circle: Create a circle with defined center and radius
- create_text: Add text labels at specified coordinates
- insert_block: Insert a block with optional ID attribute, scale, and rotation