MCPSetup

MCP Setup

This page covers the shared setup steps for CADBuildr MCP, before configuring a specific client.

Get a CADBUILDR_API_KEY from Hub

  1. Sign in to CADBuildr Hub.
  2. Open Settings.
  3. In MCP API Keys, click Generate key.
  4. 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/mcp

Required 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.