AWS CloudFormation Claude Desktop Config
Add the AWS CloudFormation 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-cloudformation": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-cloudformation"
],
"env": {
"AWS_CLOUDFORMATION_API_KEY": "your_aws_cloudformation_api_key"
}
}
}
}Environment Variables
AWS_CLOUDFORMATION_API_KEYReplace your_aws_cloudformation_api_key with your actual aws cloudformation api key
Endpoints
GET
/#Action=ActivateTypeGET_ActivateType
POST
/#Action=ActivateTypePOST_ActivateType
GET
/#Action=BatchDescribeTypeConfigurationsGET_BatchDescribeTypeConfigurations
POST
/#Action=BatchDescribeTypeConfigurationsPOST_BatchDescribeTypeConfigurations
GET
/#Action=CancelUpdateStackGET_CancelUpdateStack
POST
/#Action=CancelUpdateStackPOST_CancelUpdateStack
GET
/#Action=ContinueUpdateRollbackGET_ContinueUpdateRollback
POST
/#Action=ContinueUpdateRollbackPOST_ContinueUpdateRollback
GET
/#Action=CreateChangeSetGET_CreateChangeSet
POST
/#Action=CreateChangeSetPOST_CreateChangeSet