- Explore MCP Servers
- autocad-mcp
Autocad Mcp
What is Autocad Mcp
AutoCAD MCP (Model Control Protocol) is a protocol implementation that allows programmatic control of AutoCAD through a standardized interface, enabling automation of drawing creation, modification, and property management.
Use cases
Use cases for AutoCAD MCP include automating repetitive drawing tasks, integrating AutoCAD with other software systems, and enhancing productivity in design workflows.
How to use
To use AutoCAD MCP, first ensure AutoCAD is installed, then clone the repository, run the MCP server, build the AutoCAD plugin, load it in AutoCAD using the NETLOAD command, and finally start the MCP Bridge with the STARTMCP command.
Key features
Key features of AutoCAD MCP include programmatic control of AutoCAD, automation of drawing tasks, and a structured approach to managing properties and modifications within AutoCAD.
Where to use
AutoCAD MCP can be used in fields such as architecture, engineering, construction, and any other domain that requires automated drawing and design processes.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Autocad Mcp
AutoCAD MCP (Model Control Protocol) is a protocol implementation that allows programmatic control of AutoCAD through a standardized interface, enabling automation of drawing creation, modification, and property management.
Use cases
Use cases for AutoCAD MCP include automating repetitive drawing tasks, integrating AutoCAD with other software systems, and enhancing productivity in design workflows.
How to use
To use AutoCAD MCP, first ensure AutoCAD is installed, then clone the repository, run the MCP server, build the AutoCAD plugin, load it in AutoCAD using the NETLOAD command, and finally start the MCP Bridge with the STARTMCP command.
Key features
Key features of AutoCAD MCP include programmatic control of AutoCAD, automation of drawing tasks, and a structured approach to managing properties and modifications within AutoCAD.
Where to use
AutoCAD MCP can be used in fields such as architecture, engineering, construction, and any other domain that requires automated drawing and design processes.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
AutoCAD MCP (Model Control Protocol)
AutoCAD MCP is a protocol implementation that allows programmatic control of AutoCAD through a standardized interface. This tool enables automation of drawing creation, modification, and property management in AutoCAD.
Installation
- Ensure you have AutoCAD installed on your system
- Clone this repository:
git clone https://github.com/yourusername/autocad-mcp.git cd autocad-mcp - Run the MCP server
cd Server uv run server.py - Build the AutoCAD plugin.
cd Plugin donet build - Open AutoCAD and run the NETLOAD command. Select the plugin located at:
autocad-mcp/Plugin/bin/Debug/net47/AutoCADMCP.dll - In AutoCAD run the STARTMCP command to start the MCP Bridge.
Project Structure
Server/: Contains the MCP server implementationPlugin/: Contains the AutoCAD plugin implementation
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










