A library of agent skills for CAD, CAE and CAM
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"text-to-cad": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-text-to-cad"
]
}
}
}