Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Lookout for Metrics Claude Desktop Config

Add the Amazon Lookout for Metrics 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-lookoutmetrics": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-lookoutmetrics"
      ],
      "env": {
        "AMAZON_LOOKOUT_FOR_METRICS_API_KEY": "your_amazon_lookout_for_metrics_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_LOOKOUT_FOR_METRICS_API_KEY

Replace your_amazon_lookout_for_metrics_api_key with your actual amazon lookout for metrics api key

Endpoints

POST/ActivateAnomalyDetector

ActivateAnomalyDetector

POST/BackTestAnomalyDetector

BackTestAnomalyDetector

POST/CreateAlert

CreateAlert

POST/CreateAnomalyDetector

CreateAnomalyDetector

POST/CreateMetricSet

CreateMetricSet

POST/DeactivateAnomalyDetector

DeactivateAnomalyDetector

POST/DeleteAlert

DeleteAlert

POST/DeleteAnomalyDetector

DeleteAnomalyDetector

POST/DescribeAlert

DescribeAlert

POST/DescribeAnomalyDetectionExecutions

DescribeAnomalyDetectionExecutions