mcp-cad

korals-ai/mcp-cad
★ 0 stars Python AI/LLM Updated 3d ago
MCP server for DXF drawings — read, list, measure, edit and author CAD documents via ezdxf
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-cad": {
      "command": "uvx",
      "args": [
        "mcp-cad"
      ]
    }
  }
}

Or install with pip: pip install mcp-cad

README Excerpt

Read, measure, edit and author DXF drawings. An [MCP](https://modelcontextprotocol.io) server speaking Streamable HTTP: run it in a container, point your agent at `http://localhost:8092/mcp`. CAD work over DXF (R12–R2018) via ezdxf: read a drawing's structure, list and extract entity geometry, measure, retitle text and rename layers, and author new documents from primitives. Pure Python — no CAD application, no license server. DWG is not supported.

Tools (13)

cad_add_arccad_add_circlecad_add_layercad_add_linecad_add_polylinecad_add_textcad_create_documentcad_extract_geometrycad_list_entitiescad_measurecad_readcad_rename_layercad_set_text

Topics

ai-agentscaddrawingsdxfezdxfmcpmcp-server