AWS Health APIs and Notifications Claude Desktop Config
Add the AWS Health APIs and Notifications 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-health": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-health"
],
"env": {
"AWS_HEALTH_APIS_AND_NOTIFICATIONS_API_KEY": "your_aws_health_apis_and_notifications_api_key"
}
}
}
}Environment Variables
AWS_HEALTH_APIS_AND_NOTIFICATIONS_API_KEYReplace your_aws_health_apis_and_notifications_api_key with your actual aws health apis and notifications api key
Endpoints
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeAffectedAccountsForOrganizationDescribeAffectedAccountsForOrganization
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeAffectedEntitiesDescribeAffectedEntities
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeAffectedEntitiesForOrganizationDescribeAffectedEntitiesForOrganization
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeEntityAggregatesDescribeEntityAggregates
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeEventAggregatesDescribeEventAggregates
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeEventDetailsDescribeEventDetails
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeEventDetailsForOrganizationDescribeEventDetailsForOrganization
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeEventTypesDescribeEventTypes
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeEventsDescribeEvents
POST
/#X-Amz-Target=AWSHealth_20160804.DescribeEventsForOrganizationDescribeEventsForOrganization