Home › Development › Bitbybit CAD MCP
Bitbybit CAD MCP
Bitbybit 3D parametric CAD API, version-exact, for coding agents: search, describe, examples, guide
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
Codebase Memory
Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Repomix
Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search
claude-task-master
AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI,…
pydantic-ai
Run Python code in a secure sandbox via MCP tool calls
Data from the Official MCP Registry