Skip to content
MCP-Bridge
AI & ML

AWS Key Management Service Claude Desktop Config

Add the AWS Key Management Service 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-kms": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-kms"
      ],
      "env": {
        "AWS_KEY_MANAGEMENT_SERVICE_API_KEY": "your_aws_key_management_service_api_key"
      }
    }
  }
}

Environment Variables

AWS_KEY_MANAGEMENT_SERVICE_API_KEY

Replace your_aws_key_management_service_api_key with your actual aws key management service api key

Endpoints

POST/#X-Amz-Target=TrentService.CancelKeyDeletion

CancelKeyDeletion

POST/#X-Amz-Target=TrentService.ConnectCustomKeyStore

ConnectCustomKeyStore

POST/#X-Amz-Target=TrentService.CreateAlias

CreateAlias

POST/#X-Amz-Target=TrentService.CreateCustomKeyStore

CreateCustomKeyStore

POST/#X-Amz-Target=TrentService.CreateGrant

CreateGrant

POST/#X-Amz-Target=TrentService.CreateKey

CreateKey

POST/#X-Amz-Target=TrentService.Decrypt

Decrypt

POST/#X-Amz-Target=TrentService.DeleteAlias

DeleteAlias

POST/#X-Amz-Target=TrentService.DeleteCustomKeyStore

DeleteCustomKeyStore

POST/#X-Amz-Target=TrentService.DeleteImportedKeyMaterial

DeleteImportedKeyMaterial