Amazon CloudWatch Claude Desktop Config
Add the Amazon CloudWatch 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-monitoring": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-monitoring"
],
"env": {
"AMAZON_CLOUDWATCH_API_KEY": "your_amazon_cloudwatch_api_key"
}
}
}
}Environment Variables
AMAZON_CLOUDWATCH_API_KEYReplace your_amazon_cloudwatch_api_key with your actual amazon cloudwatch api key
Endpoints
GET
/#Action=DeleteAlarmsGET_DeleteAlarms
POST
/#Action=DeleteAlarmsPOST_DeleteAlarms
GET
/#Action=DeleteAnomalyDetectorGET_DeleteAnomalyDetector
POST
/#Action=DeleteAnomalyDetectorPOST_DeleteAnomalyDetector
GET
/#Action=DeleteDashboardsGET_DeleteDashboards
POST
/#Action=DeleteDashboardsPOST_DeleteDashboards
GET
/#Action=DeleteInsightRulesGET_DeleteInsightRules
POST
/#Action=DeleteInsightRulesPOST_DeleteInsightRules
GET
/#Action=DeleteMetricStreamGET_DeleteMetricStream
POST
/#Action=DeleteMetricStreamPOST_DeleteMetricStream