Skip to main content
Art & CulturePython

asmith26/jupytercad-mcp

An MCP server for [JupyterCAD](https://github.com/jupytercad/JupyterCAD) that allows you to control it using LLMs/natural language.

art-culturelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/asmith26/jupytercad-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "jupytercad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "asmith26/jupytercad-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Art & Culture
Language
Python
Author
asmith26