Skip to content
MCP-Bridge
Cloud Infrastructure

AWS WAF Regional Claude Desktop Config

Add the AWS WAF Regional 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-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_KEY

Replace your_aws_waf_regional_api_key with your actual aws waf regional api key

Endpoints

POST/#X-Amz-Target=AWSWAF_Regional_20161128.AssociateWebACL

AssociateWebACL

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateByteMatchSet

CreateByteMatchSet

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateGeoMatchSet

CreateGeoMatchSet

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateIPSet

CreateIPSet

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRateBasedRule

CreateRateBasedRule

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRegexMatchSet

CreateRegexMatchSet

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRegexPatternSet

CreateRegexPatternSet

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRule

CreateRule

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateRuleGroup

CreateRuleGroup

POST/#X-Amz-Target=AWSWAF_Regional_20161128.CreateSizeConstraintSet

CreateSizeConstraintSet