data-ai MCP Server
An MCP server for JupyterCAD that allows you to control it using LLMs/natural language.
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx --with jupytercad-mcp jupytercad-mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"jupytercad-mcp": {
"command": "npx",
"args": [
"jupytercad-mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Add an OpenCascade TopoDS shape to the document.
Apply a chamfer operation on an object.
Add a box to the document.
Apply a fillet operation on an object.
Add a cone to the document.
Sets the visibility of an object.
Add a cylinder to the document.
Sets the color of an object.
Remove an object from the document.
Add a torus to the document.
Add an annotation to the document.
Apply a union boolean operation between two objects.
Rename an object in the document.
Apply a cut boolean operation between two objects.
Reads the current content of the JCAD document.
Add a sphere to the document.
Remove an annotation from the document.
Apply an intersection boolean operation between two objects.