asmith26/jupytercad-mcp
An MCP server for [JupyterCAD](https://github.com/jupytercad/JupyterCAD) that allows you to control it using LLMs/natural language.
Quick Start
Clone the repository:
git clone https://github.com/asmith26/jupytercad-mcpClaude Desktop configuration example:
{
"mcpServers": {
"jupytercad-mcp": {
"command": "npx",
"args": [
"-y",
"asmith26/jupytercad-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.