Amazon Simple Systems Manager (SSM) Claude Desktop Config
Add the Amazon Simple Systems Manager (SSM) 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": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-ssm"
],
"env": {
"AMAZON_SIMPLE_SYSTEMS_MANAGER__SSM__API_KEY": "your_amazon_simple_systems_manager__ssm__api_key"
}
}
}
}Environment Variables
AMAZON_SIMPLE_SYSTEMS_MANAGER__SSM__API_KEYReplace your_amazon_simple_systems_manager__ssm__api_key with your actual amazon simple systems manager ssm api key
Endpoints
POST
/#X-Amz-Target=AmazonSSM.AddTagsToResourceAddTagsToResource
POST
/#X-Amz-Target=AmazonSSM.AssociateOpsItemRelatedItemAssociateOpsItemRelatedItem
POST
/#X-Amz-Target=AmazonSSM.CancelCommandCancelCommand
POST
/#X-Amz-Target=AmazonSSM.CancelMaintenanceWindowExecutionCancelMaintenanceWindowExecution
POST
/#X-Amz-Target=AmazonSSM.CreateActivationCreateActivation
POST
/#X-Amz-Target=AmazonSSM.CreateAssociationCreateAssociation
POST
/#X-Amz-Target=AmazonSSM.CreateAssociationBatchCreateAssociationBatch
POST
/#X-Amz-Target=AmazonSSM.CreateDocumentCreateDocument
POST
/#X-Amz-Target=AmazonSSM.CreateMaintenanceWindowCreateMaintenanceWindow
POST
/#X-Amz-Target=AmazonSSM.CreateOpsItemCreateOpsItem