AWS WAF Regional Claude Desktop Config
Add the AWS WAF Regional 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-waf-regional": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-waf-regional"
],
"env": {
"AWS_WAF_REGIONAL_API_KEY": "your_aws_waf_regional_api_key"
}
}
}
}Environment Variables
AWS_WAF_REGIONAL_API_KEYReplace your_aws_waf_regional_api_key with your actual aws waf regional api key
Endpoints
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.AssociateWebACLAssociateWebACL
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateByteMatchSetCreateByteMatchSet
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateGeoMatchSetCreateGeoMatchSet
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateIPSetCreateIPSet
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRateBasedRuleCreateRateBasedRule
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRegexMatchSetCreateRegexMatchSet
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRegexPatternSetCreateRegexPatternSet
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRuleCreateRule
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRuleGroupCreateRuleGroup
POST
/#X-Amz-Target=AWSWAF_Regional_20161128.CreateSizeConstraintSetCreateSizeConstraintSet