Skip to content
MCP-Bridge
Databases

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

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_aws_cost_explorer_service_api_key with your actual aws cost explorer service api key

Endpoints

POST/#X-Amz-Target=AWSInsightsIndexService.CreateAnomalyMonitor

CreateAnomalyMonitor

POST/#X-Amz-Target=AWSInsightsIndexService.CreateAnomalySubscription

CreateAnomalySubscription

POST/#X-Amz-Target=AWSInsightsIndexService.CreateCostCategoryDefinition

CreateCostCategoryDefinition

POST/#X-Amz-Target=AWSInsightsIndexService.DeleteAnomalyMonitor

DeleteAnomalyMonitor

POST/#X-Amz-Target=AWSInsightsIndexService.DeleteAnomalySubscription

DeleteAnomalySubscription

POST/#X-Amz-Target=AWSInsightsIndexService.DeleteCostCategoryDefinition

DeleteCostCategoryDefinition

POST/#X-Amz-Target=AWSInsightsIndexService.DescribeCostCategoryDefinition

DescribeCostCategoryDefinition

POST/#X-Amz-Target=AWSInsightsIndexService.GetAnomalies

GetAnomalies

POST/#X-Amz-Target=AWSInsightsIndexService.GetAnomalyMonitors

GetAnomalyMonitors

POST/#X-Amz-Target=AWSInsightsIndexService.GetAnomalySubscriptions

GetAnomalySubscriptions