AWS OpsWorks CM Claude Desktop Config
Add the AWS OpsWorks CM 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-opsworkscm": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-opsworkscm"
],
"env": {
"AWS_OPSWORKS_CM_API_KEY": "your_aws_opsworks_cm_api_key"
}
}
}
}Environment Variables
AWS_OPSWORKS_CM_API_KEYReplace your_aws_opsworks_cm_api_key with your actual aws opsworks cm api key
Endpoints
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.AssociateNodeAssociateNode
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.CreateBackupCreateBackup
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.CreateServerCreateServer
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.DeleteBackupDeleteBackup
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.DeleteServerDeleteServer
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.DescribeAccountAttributesDescribeAccountAttributes
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.DescribeBackupsDescribeBackups
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.DescribeEventsDescribeEvents
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.DescribeNodeAssociationStatusDescribeNodeAssociationStatus
POST
/#X-Amz-Target=OpsWorksCM_V2016_11_01.DescribeServersDescribeServers