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
- 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-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_KEYReplace your_amazon_import_export_snowball_api_key with your actual amazon import export snowball api key
Endpoints
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.CancelClusterCancelCluster
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.CancelJobCancelJob
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.CreateAddressCreateAddress
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.CreateClusterCreateCluster
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.CreateJobCreateJob
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.CreateLongTermPricingCreateLongTermPricing
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.CreateReturnShippingLabelCreateReturnShippingLabel
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeAddressDescribeAddress
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeAddressesDescribeAddresses
POST
/#X-Amz-Target=AWSIESnowballJobManagementService.DescribeClusterDescribeCluster