Skip to content
MCP-Bridge
Cloud Infrastructure

AWS WAF Claude Desktop Config

Add the AWS WAF 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": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-waf"
      ],
      "env": {
        "AWS_WAF_API_KEY": "your_aws_waf_api_key"
      }
    }
  }
}

Environment Variables

AWS_WAF_API_KEY

Replace your_aws_waf_api_key with your actual aws waf api key

Endpoints

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

CreateByteMatchSet

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

CreateGeoMatchSet

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

CreateIPSet

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

CreateRateBasedRule

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

CreateRegexMatchSet

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

CreateRegexPatternSet

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

CreateRule

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

CreateRuleGroup

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

CreateSizeConstraintSet

POST/#X-Amz-Target=AWSWAF_20150824.CreateSqlInjectionMatchSet

CreateSqlInjectionMatchSet