Back to MCP Servers
Jupytercad
An MCP server for [JupyterCAD](https://github.com/jupytercad/JupyterCAD) that allows you to control it using LLMs/natural language.
art-culturegithubllm
By asmith26
Installation
npx -y jupytercad-mcpConfiguration
{
"mcpServers": {
"jupytercad-mcp": {
"command": "npx",
"args": ["-y", "jupytercad-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes