Amazon GuardDuty Claude Desktop Config
Add the Amazon GuardDuty 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-guardduty": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-guardduty"
],
"env": {
"AMAZON_GUARDDUTY_API_KEY": "your_amazon_guardduty_api_key"
}
}
}
}Environment Variables
AMAZON_GUARDDUTY_API_KEYReplace your_amazon_guardduty_api_key with your actual amazon guardduty api key
Endpoints
GET
/detector/{detectorId}/administratorGetAdministratorAccount
POST
/detector/{detectorId}/administratorAcceptAdministratorInvitation
GET
/detector/{detectorId}/masterGetMasterAccount
POST
/detector/{detectorId}/masterAcceptInvitation
POST
/detector/{detectorId}/findings/archiveArchiveFindings
GET
/detectorListDetectors
POST
/detectorCreateDetector
GET
/detector/{detectorId}/filterListFilters
POST
/detector/{detectorId}/filterCreateFilter
GET
/detector/{detectorId}/ipsetListIPSets