Connect Claude Desktop
Connect Claude Desktop to the DigiCert® Private CA MCP server to ask questions about your Private CA environment.
Before you begin
Make sure that:
You are using a version of Claude Desktop that supports MCP servers.
You have the Service User Token ID and MCP connection details described in Prepare to connect an AI client.
Node.js 20.18.1 or above is installed and the
npxcommand is available.
Connect to the MCP server
To connect Claude Desktop to the Private CA MCP server:
In Claude Desktop, select Customize.
Select Developer, and then select Edit Config.
Open
claude_desktop_config.jsonin a text editor.Add the Private CA MCP server details to the existing
mcpServersobject.If the file does not contain an
mcpServersobject, create one. Do not remove any existing configuration or MCP server entries.{ "mcpServers": { "digicert-private-ca-mcp": { "command": "npx", "args": [ "-y", "mcp-remote@0.1.38", "https://mcp.digicert.com/private-ca", "--header", "x-api-key:<Your Service User Token ID>" ] } } }Save
claude_desktop_config.json.Completely exit and restart Claude Desktop.
Go to Customize, Developer and confirm that
digicert-private-ca-mcpappears under the available MCP servers.
Verify the connection
Open a new chat in Claude Desktop.
Enter a prompt such as:
List the certificate authorities in my account.If prompted, approve the use of the Private CA MCP tool.
Claude Desktop retrieves and presents the Private CA information available to your Service User.