AWS Systems Manager Incident Manager Contacts Claude Desktop Config
Add the AWS Systems Manager Incident Manager Contacts 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-ssm-contacts": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-ssm-contacts"
],
"env": {
"AWS_SYSTEMS_MANAGER_INCIDENT_MANAGER_CONTACTS_API_KEY": "your_aws_systems_manager_incident_manager_contacts_api_key"
}
}
}
}Environment Variables
AWS_SYSTEMS_MANAGER_INCIDENT_MANAGER_CONTACTS_API_KEYReplace your_aws_systems_manager_incident_manager_contacts_api_key with your actual aws systems manager incident manager contacts api key
Endpoints
POST
/#X-Amz-Target=SSMContacts.AcceptPageAcceptPage
POST
/#X-Amz-Target=SSMContacts.ActivateContactChannelActivateContactChannel
POST
/#X-Amz-Target=SSMContacts.CreateContactCreateContact
POST
/#X-Amz-Target=SSMContacts.CreateContactChannelCreateContactChannel
POST
/#X-Amz-Target=SSMContacts.CreateRotationCreateRotation
POST
/#X-Amz-Target=SSMContacts.CreateRotationOverrideCreateRotationOverride
POST
/#X-Amz-Target=SSMContacts.DeactivateContactChannelDeactivateContactChannel
POST
/#X-Amz-Target=SSMContacts.DeleteContactDeleteContact
POST
/#X-Amz-Target=SSMContacts.DeleteContactChannelDeleteContactChannel
POST
/#X-Amz-Target=SSMContacts.DeleteRotationDeleteRotation