AutoCAD MCP Server
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
Related MCP server: Civil3D MCP Server
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents to interact with AutoCAD through Python automation to draw geometric shapes like lines, circles, and polylines in real-time. It facilitates direct control of a running AutoCAD instance on Windows for basic geometric element creation.5MIT
- Alicense-qualityDmaintenanceConnects Claude to a running Autodesk Civil 3D instance via COM automation to perform drawing, surface, alignment, COGO point, line, and corridor operations.7MIT
- Alicense-qualityDmaintenanceEnables programmatic control of AutoCAD through COM automation, allowing natural language commands to create structures, manage layers, and manipulate entities via MCP clients like Claude.58Apache 2.0
- Flicense-qualityDmaintenanceEnables natural language control of AutoCAD drawings via LLMs like Claude, supporting drawing, layer management, and SQLite-backed entity analysis.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Read, edit, publish, and preview your pepita websites from Claude.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Porta048/AutoCad-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server