HomeDevelopment › Bitbybit CAD MCP

Bitbybit CAD MCP

Bitbybit 3D parametric CAD API, version-exact, for coding agents: search, describe, examples, guide

TypeScript Remote
★ 203 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.bitbybit.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http bitbybit https://mcp.bitbybit.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "bitbybit": {
      "url": "https://mcp.bitbybit.dev/mcp"
    }
  }
}

Package (npm 1.3.2)

npx -y @bitbybit-dev/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "bitbybit": {
      "command": "npx",
      "args": [
        "-y",
        "@bitbybit-dev/[email protected]"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry