AgentStack
MCP verified MIT Self-run

Mcp Cad

mcp-yangyunice-mcp-cad · by yangyunice

MCP server for pattern-to-CAD and conversational CAD automation

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add mcp-yangyunice-mcp-cad

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Mcp Cad? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CAD-MCP Server

[中文说明](READMEzh.md) | [English](READMEen.md)

CAD-MCP is an open-source Model Context Protocol server for turning natural language, sketches, diagrams, and pattern descriptions into CAD drawing operations.

The project exposes CAD tools such as line, circle, arc, polyline, rectangle, text, hatch, dimension, save, and natural-language command processing to MCP clients including Cherry Studio, Claude Desktop, Cursor, and Windsurf.

Highlights

  • Pattern-to-CAD workflow: describe a layout, symbol, sketch, or reference image, then let an MCP-enabled agent convert the pattern into CAD primitives.
  • Direct CAD automation: draw geometry in AutoCAD, GstarCAD/GCAD, or ZWCAD through the exposed MCP tools.
  • Chinese and English command parsing: parse shape, color, coordinate, dimension, hatch, and save instructions.
  • Layer, color, lineweight, hatch, text, and dimension support.
  • Extensible controller layer for future macOS AutoCAD and image-vectorization backends.

Documentation

  • [中文说明](README_zh.md)
  • [English README](README_en.md)

Quick Start

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/server.py

MCP Client Example

Use an absolute path in your MCP client configuration:

{
  "mcpServers": {
    "cad-mcp": {
      "command": "/absolute/path/to/.venv/bin/python",
      "args": ["/absolute/path/to/mcp-cad/src/server.py"]
    }
  }
}

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.