text-to-cad (MCP Server)

GitHub

A library of agent skills for CAD, CAE and CAM

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "text-to-cad": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-text-to-cad"
      ]
    }
  }
}