Amazon CloudWatch Events Claude Desktop Config
Add the Amazon CloudWatch Events 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-events": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-events"
],
"env": {
"AMAZON_CLOUDWATCH_EVENTS_API_KEY": "your_amazon_cloudwatch_events_api_key"
}
}
}
}Environment Variables
AMAZON_CLOUDWATCH_EVENTS_API_KEYReplace your_amazon_cloudwatch_events_api_key with your actual amazon cloudwatch events api key
Endpoints
POST
/#X-Amz-Target=AWSEvents.ActivateEventSourceActivateEventSource
POST
/#X-Amz-Target=AWSEvents.CancelReplayCancelReplay
POST
/#X-Amz-Target=AWSEvents.CreateApiDestinationCreateApiDestination
POST
/#X-Amz-Target=AWSEvents.CreateArchiveCreateArchive
POST
/#X-Amz-Target=AWSEvents.CreateConnectionCreateConnection
POST
/#X-Amz-Target=AWSEvents.CreateEventBusCreateEventBus
POST
/#X-Amz-Target=AWSEvents.CreatePartnerEventSourceCreatePartnerEventSource
POST
/#X-Amz-Target=AWSEvents.DeactivateEventSourceDeactivateEventSource
POST
/#X-Amz-Target=AWSEvents.DeauthorizeConnectionDeauthorizeConnection
POST
/#X-Amz-Target=AWSEvents.DeleteApiDestinationDeleteApiDestination