Firewall Management Service Claude Desktop Config
Add the Firewall Management Service 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-fms": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-fms"
],
"env": {
"FIREWALL_MANAGEMENT_SERVICE_API_KEY": "your_firewall_management_service_api_key"
}
}
}
}Environment Variables
FIREWALL_MANAGEMENT_SERVICE_API_KEYReplace your_firewall_management_service_api_key with your actual firewall management service api key
Endpoints
POST
/#X-Amz-Target=AWSFMS_20180101.AssociateAdminAccountAssociateAdminAccount
POST
/#X-Amz-Target=AWSFMS_20180101.AssociateThirdPartyFirewallAssociateThirdPartyFirewall
POST
/#X-Amz-Target=AWSFMS_20180101.BatchAssociateResourceBatchAssociateResource
POST
/#X-Amz-Target=AWSFMS_20180101.BatchDisassociateResourceBatchDisassociateResource
POST
/#X-Amz-Target=AWSFMS_20180101.DeleteAppsListDeleteAppsList
POST
/#X-Amz-Target=AWSFMS_20180101.DeleteNotificationChannelDeleteNotificationChannel
POST
/#X-Amz-Target=AWSFMS_20180101.DeletePolicyDeletePolicy
POST
/#X-Amz-Target=AWSFMS_20180101.DeleteProtocolsListDeleteProtocolsList
POST
/#X-Amz-Target=AWSFMS_20180101.DeleteResourceSetDeleteResourceSet
POST
/#X-Amz-Target=AWSFMS_20180101.DisassociateAdminAccountDisassociateAdminAccount