asmith26/jupytercad-mcp
π π π πͺ π§ - An MCP server for [JupyterCAD](https://github.com/jupytercad/JupyterCAD) that allows you to control it using LLMs/natural language.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide β Connected Apps: asmith26/jupytercad-mcp Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-asmith26-jupytercad-mcp
Detailed Documentation
π π π πͺ π§ - An MCP server for JupyterCAD that allows you to control it using LLMs/natural language.
Configuration
{
"mcpServers": {
"asmith26-jupytercad-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asmith26-jupytercad-mcp"
],
"env": {}
}
}
}