Skip to content
MCP-Bridge
Cloud Infrastructure

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

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace 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.AcceptPage

AcceptPage

POST/#X-Amz-Target=SSMContacts.ActivateContactChannel

ActivateContactChannel

POST/#X-Amz-Target=SSMContacts.CreateContact

CreateContact

POST/#X-Amz-Target=SSMContacts.CreateContactChannel

CreateContactChannel

POST/#X-Amz-Target=SSMContacts.CreateRotation

CreateRotation

POST/#X-Amz-Target=SSMContacts.CreateRotationOverride

CreateRotationOverride

POST/#X-Amz-Target=SSMContacts.DeactivateContactChannel

DeactivateContactChannel

POST/#X-Amz-Target=SSMContacts.DeleteContact

DeleteContact

POST/#X-Amz-Target=SSMContacts.DeleteContactChannel

DeleteContactChannel

POST/#X-Amz-Target=SSMContacts.DeleteRotation

DeleteRotation