Bitbybit CAD MCP for Claude Desktop
dev.bitbybit/cad
Bitbybit 3D parametric CAD API, version-exact, for coding agents: search, describe, examples, guide
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:7
Install Bitbybit CAD MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cad": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bitbybit.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs