CAD-MCP

CAD MCP Server

GitHub Stars

169

User Rating

Not Rated

Favorites

0

Views

21

Forks

27

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.6 or higher
pywin32: 228 or higher
mcp: 0.1.0 or higher
pydantic: 2.0.0 or higher
typing: 3.7.4.3 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/daobataotie/CAD-MCP
cd CAD-MCP

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start the Server

bash
python src/server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Python version and reinstall dependencies. Issue: CAD software not recognized Solution: Ensure the CAD software is installed.

Additional Resources