Enables programmatic control of AutoCAD to create and manage drawings, allowing for the creation of lines, circles, arcs, ellipses, rectangles, polylines, text, and dimensions through natural language commands.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AutoCAD MCP ServerDraw a red circle at 100,100 with a radius of 50"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AutoCAD MCP Server
Server MCP per controllare AutoCAD tramite Claude Desktop usando il linguaggio naturale.
Documentazione in inglese: readme-eng.md
Requisiti
Windows (COM interface)
Python 3.10+
AutoCAD / GstarCAD / ZWCAD
Installazione
git clone https://github.com/Porta048/autocad-mcp.git
cd autocad-mcp
pip install -e .Configurazione Claude Desktop
Aggiungi in %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"autocad": {
"command": "autocad-mcp"
}
}
}Avvio
Dopo l'installazione puoi avviare il server con:
autocad-mcpTools
Tool | Descrizione |
| Linea tra due punti |
| Cerchio (centro + raggio) |
| Arco con angoli |
| Ellisse |
| Rettangolo |
| Polilinea |
| Testo |
| Pattern fill |
| Quota |
| Salva DWG |
| Comando naturale |
Esempi
Disegna un cerchio rosso a (100, 100) con raggio 50
Crea un rettangolo da (0, 0) a (200, 100)
Aggiungi testo "Hello" a (50, 50)Colori
1 Rosso | 2 Giallo | 3 Verde | 4 Ciano | 5 Blu | 6 Magenta | 7 Bianco
Configurazione CAD
In src/autocad_mcp/config.json imposta cad.type: AUTOCAD, GCAD, o ZWCAD
Licenza
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.