The following steps need to be followed for CAD-MCP installation and configuration:
- preliminary: Ensure that Python 3.7 or higher is installed on the system
- Getting the source code: Clone the project repository with the git command
git clone https://github.com/daobataotie/CAD-MCP.git - virtualized environment: It is recommended to create and activate a Python virtual environment to avoid dependency conflicts.
- Installation of dependencies: Install project dependencies via the requirements.txt file
- CAD software configuration::
- Ensure that the target CAD software is properly installed
- Modify the src/config.json file to set the CAD type and other parameters
- Adjust performance parameters such as command_delay.
- Start the server: Go to the src directory and run python server.py to start the service
During the configuration process, pay special attention to check the path settings and related parameters, and wait patiently for the CAD software to finish loading for the first time.
This answer comes from the articleCAD-MCP: MCP services for controlling CAD software through natural language commandsThe































