Open-source, local-first parametric CAD in the browser for people and permissioned typed agents, powered by OpenCascade WASM.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"partmode": {
"command": "npx",
"args": [
"-y",
"BOMWiki/partmode"
]
}
}
}
Run in terminal:
claude mcp add partmode npx -y BOMWiki/partmode
Add to .cursor/mcp.json:
{
"mcpServers": {
"partmode": {
"command": "npx",
"args": [
"-y",
"BOMWiki/partmode"
]
}
}
}