AWS Data Exchange Claude Desktop Config
Add the AWS Data Exchange 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-dataexchange": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-dataexchange"
],
"env": {
"AWS_DATA_EXCHANGE_API_KEY": "your_aws_data_exchange_api_key"
}
}
}
}Environment Variables
AWS_DATA_EXCHANGE_API_KEYReplace your_aws_data_exchange_api_key with your actual aws data exchange api key
Endpoints
GET
/v1/jobs/{JobId}GetJob
DELETE
/v1/jobs/{JobId}CancelJob
PATCH
/v1/jobs/{JobId}StartJob
GET
/v1/data-setsListDataSets
POST
/v1/data-setsCreateDataSet
GET
/v1/event-actionsListEventActions
POST
/v1/event-actionsCreateEventAction
GET
/v1/jobsListJobs
POST
/v1/jobsCreateJob
GET
/v1/data-sets/{DataSetId}/revisionsListDataSetRevisions