AWS Import/Export Claude Desktop Config
Add the AWS Import/Export 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-importexport": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-importexport"
],
"env": {
"AWS_IMPORT_EXPORT_API_KEY": "your_aws_import_export_api_key"
}
}
}
}Environment Variables
AWS_IMPORT_EXPORT_API_KEYReplace your_aws_import_export_api_key with your actual aws import export api key
Endpoints
GET
/#Operation=CancelJob&Action=CancelJobGET_CancelJob
POST
/#Operation=CancelJob&Action=CancelJobPOST_CancelJob
GET
/#Operation=CreateJob&Action=CreateJobGET_CreateJob
POST
/#Operation=CreateJob&Action=CreateJobPOST_CreateJob
GET
/#Operation=GetShippingLabel&Action=GetShippingLabelGET_GetShippingLabel
POST
/#Operation=GetShippingLabel&Action=GetShippingLabelPOST_GetShippingLabel
GET
/#Operation=GetStatus&Action=GetStatusGET_GetStatus
POST
/#Operation=GetStatus&Action=GetStatusPOST_GetStatus
GET
/#Operation=ListJobs&Action=ListJobsGET_ListJobs
POST
/#Operation=ListJobs&Action=ListJobsPOST_ListJobs