Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Certificate Manager Private Certificate Authority Claude Desktop Config

Add the AWS Certificate Manager Private Certificate Authority MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-acm-pca": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-acm-pca"
      ],
      "env": {
        "AWS_CERTIFICATE_MANAGER_PRIVATE_CERTIFICATE_AUTHORITY_API_KEY": "your_aws_certificate_manager_private_certificate_authority_api_key"
      }
    }
  }
}

Environment Variables

AWS_CERTIFICATE_MANAGER_PRIVATE_CERTIFICATE_AUTHORITY_API_KEY

Replace your_aws_certificate_manager_private_certificate_authority_api_key with your actual aws certificate manager private certificate authority api key

Endpoints

POST/#X-Amz-Target=ACMPrivateCA.CreateCertificateAuthority

CreateCertificateAuthority

POST/#X-Amz-Target=ACMPrivateCA.CreateCertificateAuthorityAuditReport

CreateCertificateAuthorityAuditReport

POST/#X-Amz-Target=ACMPrivateCA.CreatePermission

CreatePermission

POST/#X-Amz-Target=ACMPrivateCA.DeleteCertificateAuthority

DeleteCertificateAuthority

POST/#X-Amz-Target=ACMPrivateCA.DeletePermission

DeletePermission

POST/#X-Amz-Target=ACMPrivateCA.DeletePolicy

DeletePolicy

POST/#X-Amz-Target=ACMPrivateCA.DescribeCertificateAuthority

DescribeCertificateAuthority

POST/#X-Amz-Target=ACMPrivateCA.DescribeCertificateAuthorityAuditReport

DescribeCertificateAuthorityAuditReport

POST/#X-Amz-Target=ACMPrivateCA.GetCertificate

GetCertificate

POST/#X-Amz-Target=ACMPrivateCA.GetCertificateAuthorityCertificate

GetCertificateAuthorityCertificate