loading…
Search for a command to run...
loading…
Enables users to control AutoCAD, GstarCAD, or ZWCAD through natural language via Claude Desktop. It provides tools for drawing geometric shapes, adding text an
Enables users to control AutoCAD, GstarCAD, or ZWCAD through natural language via Claude Desktop. It provides tools for drawing geometric shapes, adding text and dimensions, and managing CAD files using the Windows COM interface.
Server MCP per controllare AutoCAD tramite Claude Desktop usando il linguaggio naturale.

Documentazione in inglese: readme-eng.md
git clone https://github.com/Porta048/autocad-mcp.git
cd autocad-mcp
pip install -e .
Aggiungi in %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"autocad": {
"command": "autocad-mcp"
}
}
}
Dopo l'installazione puoi avviare il server con:
autocad-mcp
| Tool | Descrizione |
|---|---|
draw_line |
Linea tra due punti |
draw_circle |
Cerchio (centro + raggio) |
draw_arc |
Arco con angoli |
draw_ellipse |
Ellisse |
draw_rectangle |
Rettangolo |
draw_polyline |
Polilinea |
draw_text |
Testo |
draw_hatch |
Pattern fill |
add_dimension |
Quota |
save_drawing |
Salva DWG |
process_command |
Comando naturale |
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)
1 Rosso | 2 Giallo | 3 Verde | 4 Ciano | 5 Blu | 6 Magenta | 7 Bianco
In src/autocad_mcp/config.json imposta cad.type: AUTOCAD, GCAD, o ZWCAD
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"autocad-mcp-server": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also