AWS IoT Wireless MCP Server
<p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN) communication protocol to
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-iotwireless
Environment Variables
AWS_IOT_WIRELESS_API_KEYExample: your_aws_iot_wireless_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-iotwireless": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iotwireless"],
"env": {
"AWS_IOT_WIRELESS_API_KEY": "your_aws_iot_wireless_api_key"
}
}
}
}Endpoints
/partner-accountsListPartnerAccounts
/partner-accountsAssociateAwsAccountWithPartnerAccount
/fuota-tasks/{Id}/multicast-groupAssociateMulticastGroupWithFuotaTask
/fuota-tasks/{Id}/wireless-deviceAssociateWirelessDeviceWithFuotaTask
/multicast-groups/{Id}/wireless-deviceAssociateWirelessDeviceWithMulticastGroup
/wireless-devices/{Id}/thingAssociateWirelessDeviceWithThing
/wireless-devices/{Id}/thingDisassociateWirelessDeviceFromThing
/wireless-gateways/{Id}/certificateGetWirelessGatewayCertificate
/wireless-gateways/{Id}/certificateAssociateWirelessGatewayWithCertificate
/wireless-gateways/{Id}/certificateDisassociateWirelessGatewayFromCertificate