Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Import/Export Snowball Claude Desktop Config

Add the Amazon Import/Export Snowball 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-snowball": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-snowball"
      ],
      "env": {
        "AMAZON_IMPORT_EXPORT_SNOWBALL_API_KEY": "your_amazon_import_export_snowball_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_IMPORT_EXPORT_SNOWBALL_API_KEY

Replace your_amazon_import_export_snowball_api_key with your actual amazon import export snowball api key

Endpoints

POST/#X-Amz-Target=AWSIESnowballJobManagementService.CancelCluster

CancelCluster

POST/#X-Amz-Target=AWSIESnowballJobManagementService.CancelJob

CancelJob

POST/#X-Amz-Target=AWSIESnowballJobManagementService.CreateAddress

CreateAddress

POST/#X-Amz-Target=AWSIESnowballJobManagementService.CreateCluster

CreateCluster

POST/#X-Amz-Target=AWSIESnowballJobManagementService.CreateJob

CreateJob

POST/#X-Amz-Target=AWSIESnowballJobManagementService.CreateLongTermPricing

CreateLongTermPricing

POST/#X-Amz-Target=AWSIESnowballJobManagementService.CreateReturnShippingLabel

CreateReturnShippingLabel

POST/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeAddress

DescribeAddress

POST/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeAddresses

DescribeAddresses

POST/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeCluster

DescribeCluster