Skip to content
MCP Server Community By @asmith26

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": {}
    }
  }
}