AWS Cost Explorer Service Claude Desktop Config
Add the AWS Cost Explorer 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-ce": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-ce"
],
"env": {
"AWS_COST_EXPLORER_SERVICE_API_KEY": "your_aws_cost_explorer_service_api_key"
}
}
}
}Environment Variables
AWS_COST_EXPLORER_SERVICE_API_KEYReplace your_aws_cost_explorer_service_api_key with your actual aws cost explorer service api key
Endpoints
POST
/#X-Amz-Target=AWSInsightsIndexService.CreateAnomalyMonitorCreateAnomalyMonitor
POST
/#X-Amz-Target=AWSInsightsIndexService.CreateAnomalySubscriptionCreateAnomalySubscription
POST
/#X-Amz-Target=AWSInsightsIndexService.CreateCostCategoryDefinitionCreateCostCategoryDefinition
POST
/#X-Amz-Target=AWSInsightsIndexService.DeleteAnomalyMonitorDeleteAnomalyMonitor
POST
/#X-Amz-Target=AWSInsightsIndexService.DeleteAnomalySubscriptionDeleteAnomalySubscription
POST
/#X-Amz-Target=AWSInsightsIndexService.DeleteCostCategoryDefinitionDeleteCostCategoryDefinition
POST
/#X-Amz-Target=AWSInsightsIndexService.DescribeCostCategoryDefinitionDescribeCostCategoryDefinition
POST
/#X-Amz-Target=AWSInsightsIndexService.GetAnomaliesGetAnomalies
POST
/#X-Amz-Target=AWSInsightsIndexService.GetAnomalyMonitorsGetAnomalyMonitors
POST
/#X-Amz-Target=AWSInsightsIndexService.GetAnomalySubscriptionsGetAnomalySubscriptions