Amazon CloudWatch Logs Claude Desktop Config
Add the Amazon CloudWatch Logs 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-logs": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-logs"
],
"env": {
"AMAZON_CLOUDWATCH_LOGS_API_KEY": "your_amazon_cloudwatch_logs_api_key"
}
}
}
}Environment Variables
AMAZON_CLOUDWATCH_LOGS_API_KEYReplace your_amazon_cloudwatch_logs_api_key with your actual amazon cloudwatch logs api key
Endpoints
POST
/#X-Amz-Target=Logs_20140328.AssociateKmsKeyAssociateKmsKey
POST
/#X-Amz-Target=Logs_20140328.CancelExportTaskCancelExportTask
POST
/#X-Amz-Target=Logs_20140328.CreateExportTaskCreateExportTask
POST
/#X-Amz-Target=Logs_20140328.CreateLogGroupCreateLogGroup
POST
/#X-Amz-Target=Logs_20140328.CreateLogStreamCreateLogStream
POST
/#X-Amz-Target=Logs_20140328.DeleteDataProtectionPolicyDeleteDataProtectionPolicy
POST
/#X-Amz-Target=Logs_20140328.DeleteDestinationDeleteDestination
POST
/#X-Amz-Target=Logs_20140328.DeleteLogGroupDeleteLogGroup
POST
/#X-Amz-Target=Logs_20140328.DeleteLogStreamDeleteLogStream
POST
/#X-Amz-Target=Logs_20140328.DeleteMetricFilterDeleteMetricFilter