Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CloudFormation MCP Config

<fullname>CloudFormation</fullname> <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, Amaz

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-cloudformation.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-cloudformation.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-cloudformation": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-cloudformation"],
      "env": {
      "AWS_CLOUDFORMATION_API_KEY": "your_aws_cloudformation_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-cloudformation.json

Environment Variables

AWS_CLOUDFORMATION_API_KEY

Replace your_aws_cloudformation_api_key with your actual aws cloudformation api key

Endpoints

GET/#Action=ActivateType

GET_ActivateType

POST/#Action=ActivateType

POST_ActivateType

GET/#Action=BatchDescribeTypeConfigurations

GET_BatchDescribeTypeConfigurations

POST/#Action=BatchDescribeTypeConfigurations

POST_BatchDescribeTypeConfigurations

GET/#Action=CancelUpdateStack

GET_CancelUpdateStack

POST/#Action=CancelUpdateStack

POST_CancelUpdateStack

GET/#Action=ContinueUpdateRollback

GET_ContinueUpdateRollback

POST/#Action=ContinueUpdateRollback

POST_ContinueUpdateRollback

GET/#Action=CreateChangeSet

GET_CreateChangeSet

POST/#Action=CreateChangeSet

POST_CreateChangeSet