MCP ExplorerExplorer

Autocad Mcp

@hoganmason 10 months ago
1 MIT
FreeCommunity
AI Systems
AutoCAD MCP enables programmatic control and automation of AutoCAD tasks.

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.

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

  1. Ensure you have AutoCAD installed on your system
  2. Clone this repository:
    git clone https://github.com/yourusername/autocad-mcp.git
    cd autocad-mcp
    
  3. Run the MCP server
    cd Server
    uv run server.py
    
  4. Build the AutoCAD plugin.
    cd Plugin
    donet build
    
  5. Open AutoCAD and run the NETLOAD command. Select the plugin located at:
    autocad-mcp/Plugin/bin/Debug/net47/AutoCADMCP.dll
  6. In AutoCAD run the STARTMCP command to start the MCP Bridge.

Project Structure

  • Server/: Contains the MCP server implementation
  • Plugin/: Contains the AutoCAD plugin implementation

License

This project is licensed under the MIT License - see the LICENSE file for details.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers