Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Certificate Manager Claude Desktop Config

Add the AWS Certificate Manager 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": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-acm"
      ],
      "env": {
        "AWS_CERTIFICATE_MANAGER_API_KEY": "your_aws_certificate_manager_api_key"
      }
    }
  }
}

Environment Variables

AWS_CERTIFICATE_MANAGER_API_KEY

Replace your_aws_certificate_manager_api_key with your actual aws certificate manager api key

Endpoints

POST/#X-Amz-Target=CertificateManager.AddTagsToCertificate

AddTagsToCertificate

POST/#X-Amz-Target=CertificateManager.DeleteCertificate

DeleteCertificate

POST/#X-Amz-Target=CertificateManager.DescribeCertificate

DescribeCertificate

POST/#X-Amz-Target=CertificateManager.ExportCertificate

ExportCertificate

POST/#X-Amz-Target=CertificateManager.GetAccountConfiguration

GetAccountConfiguration

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

GetCertificate

POST/#X-Amz-Target=CertificateManager.ImportCertificate

ImportCertificate

POST/#X-Amz-Target=CertificateManager.ListCertificates

ListCertificates

POST/#X-Amz-Target=CertificateManager.ListTagsForCertificate

ListTagsForCertificate

POST/#X-Amz-Target=CertificateManager.PutAccountConfiguration

PutAccountConfiguration