Skip to content
MCP-Bridge
Design & CreativeAuto-generated

EC2 Image Builder MCP Server

EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-imagebuilder

Environment Variables

EC2_IMAGE_BUILDER_API_KEY

Example: your_ec2_image_builder_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-imagebuilder": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-imagebuilder"],
      "env": {
      "EC2_IMAGE_BUILDER_API_KEY": "your_ec2_image_builder_api_key"
}
    }
  }
}

Endpoints

PUT/CancelImageCreation

CancelImageCreation

PUT/CreateComponent

CreateComponent

PUT/CreateContainerRecipe

CreateContainerRecipe

PUT/CreateDistributionConfiguration

CreateDistributionConfiguration

PUT/CreateImage

CreateImage

PUT/CreateImagePipeline

CreateImagePipeline

PUT/CreateImageRecipe

CreateImageRecipe

PUT/CreateInfrastructureConfiguration

CreateInfrastructureConfiguration

DELETE/DeleteComponent#componentBuildVersionArn

DeleteComponent

DELETE/DeleteContainerRecipe#containerRecipeArn

DeleteContainerRecipe