AWS CloudHSM V2 Claude Desktop Config
Add the AWS CloudHSM V2 MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-cloudhsmv2": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-cloudhsmv2"
],
"env": {
"AWS_CLOUDHSM_V2_API_KEY": "your_aws_cloudhsm_v2_api_key"
}
}
}
}Environment Variables
AWS_CLOUDHSM_V2_API_KEYReplace your_aws_cloudhsm_v2_api_key with your actual aws cloudhsm v2 api key
Endpoints
POST
/#X-Amz-Target=BaldrApiService.CopyBackupToRegionCopyBackupToRegion
POST
/#X-Amz-Target=BaldrApiService.CreateClusterCreateCluster
POST
/#X-Amz-Target=BaldrApiService.CreateHsmCreateHsm
POST
/#X-Amz-Target=BaldrApiService.DeleteBackupDeleteBackup
POST
/#X-Amz-Target=BaldrApiService.DeleteClusterDeleteCluster
POST
/#X-Amz-Target=BaldrApiService.DeleteHsmDeleteHsm
POST
/#X-Amz-Target=BaldrApiService.DescribeBackupsDescribeBackups
POST
/#X-Amz-Target=BaldrApiService.DescribeClustersDescribeClusters
POST
/#X-Amz-Target=BaldrApiService.InitializeClusterInitializeCluster
POST
/#X-Amz-Target=BaldrApiService.ListTagsListTags