MCP Setup
This page covers the shared setup steps for CADBuildr MCP, before configuring a specific client.
Get a CADBUILDR_API_KEY from Hub
- Sign in to CADBuildr Hub.
- Open Settings.
- In MCP API Keys, click Generate key.
- Copy the key and store it securely.
The plaintext key is shown once. If needed, revoke and generate a new one.
Hosted MCP endpoint
Use this URL in your client configuration:
https://mcp.cadbuildr.com/mcpRequired auth header
Use your key in the x-api-key header:
x-api-key: <YOUR_CADBUILDR_API_KEY>Next step
Go to Code clients and pick your client-specific setup page.