Skip to content
MCP-Bridge
AI & ML

Amazon GuardDuty Claude Desktop Config

Add the Amazon GuardDuty 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-guardduty": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-guardduty"
      ],
      "env": {
        "AMAZON_GUARDDUTY_API_KEY": "your_amazon_guardduty_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_GUARDDUTY_API_KEY

Replace your_amazon_guardduty_api_key with your actual amazon guardduty api key

Endpoints

GET/detector/{detectorId}/administrator

GetAdministratorAccount

POST/detector/{detectorId}/administrator

AcceptAdministratorInvitation

GET/detector/{detectorId}/master

GetMasterAccount

POST/detector/{detectorId}/master

AcceptInvitation

POST/detector/{detectorId}/findings/archive

ArchiveFindings

GET/detector

ListDetectors

POST/detector

CreateDetector

GET/detector/{detectorId}/filter

ListFilters

POST/detector/{detectorId}/filter

CreateFilter

GET/detector/{detectorId}/ipset

ListIPSets