AWS WAFV2 Claude Desktop Config
Add the AWS WAFV2 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-wafv2": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-wafv2"
],
"env": {
"AWS_WAFV2_API_KEY": "your_aws_wafv2_api_key"
}
}
}
}Environment Variables
AWS_WAFV2_API_KEYReplace your_aws_wafv2_api_key with your actual aws wafv2 api key
Endpoints
POST
/#X-Amz-Target=AWSWAF_20190729.AssociateWebACLAssociateWebACL
POST
/#X-Amz-Target=AWSWAF_20190729.CheckCapacityCheckCapacity
POST
/#X-Amz-Target=AWSWAF_20190729.CreateAPIKeyCreateAPIKey
POST
/#X-Amz-Target=AWSWAF_20190729.CreateIPSetCreateIPSet
POST
/#X-Amz-Target=AWSWAF_20190729.CreateRegexPatternSetCreateRegexPatternSet
POST
/#X-Amz-Target=AWSWAF_20190729.CreateRuleGroupCreateRuleGroup
POST
/#X-Amz-Target=AWSWAF_20190729.CreateWebACLCreateWebACL
POST
/#X-Amz-Target=AWSWAF_20190729.DeleteFirewallManagerRuleGroupsDeleteFirewallManagerRuleGroups
POST
/#X-Amz-Target=AWSWAF_20190729.DeleteIPSetDeleteIPSet
POST
/#X-Amz-Target=AWSWAF_20190729.DeleteLoggingConfigurationDeleteLoggingConfiguration