AWS Price List Service Claude Desktop Config
Add the AWS Price List Service 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-pricing": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-pricing"
],
"env": {
"AWS_PRICE_LIST_SERVICE_API_KEY": "your_aws_price_list_service_api_key"
}
}
}
}Environment Variables
AWS_PRICE_LIST_SERVICE_API_KEYReplace your_aws_price_list_service_api_key with your actual aws price list service api key
Endpoints
POST
/#X-Amz-Target=AWSPriceListService.DescribeServicesDescribeServices
POST
/#X-Amz-Target=AWSPriceListService.GetAttributeValuesGetAttributeValues
POST
/#X-Amz-Target=AWSPriceListService.GetPriceListFileUrlGetPriceListFileUrl
POST
/#X-Amz-Target=AWSPriceListService.GetProductsGetProducts
POST
/#X-Amz-Target=AWSPriceListService.ListPriceListsListPriceLists