Amazon EventBridge Claude Desktop Config
Add the Amazon EventBridge 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-eventbridge": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-eventbridge"
],
"env": {
"AMAZON_EVENTBRIDGE_API_KEY": "your_amazon_eventbridge_api_key"
}
}
}
}Environment Variables
AMAZON_EVENTBRIDGE_API_KEYReplace your_amazon_eventbridge_api_key with your actual amazon eventbridge 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.CreateEndpointCreateEndpoint
POST
/#X-Amz-Target=AWSEvents.CreateEventBusCreateEventBus
POST
/#X-Amz-Target=AWSEvents.CreatePartnerEventSourceCreatePartnerEventSource
POST
/#X-Amz-Target=AWSEvents.DeactivateEventSourceDeactivateEventSource
POST
/#X-Amz-Target=AWSEvents.DeauthorizeConnectionDeauthorizeConnection