AWS IoT Wireless Claude Desktop Config
Add the AWS IoT Wireless 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-iotwireless": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-iotwireless"
],
"env": {
"AWS_IOT_WIRELESS_API_KEY": "your_aws_iot_wireless_api_key"
}
}
}
}Environment Variables
AWS_IOT_WIRELESS_API_KEYReplace your_aws_iot_wireless_api_key with your actual aws iot wireless api key
Endpoints
GET
/partner-accountsListPartnerAccounts
POST
/partner-accountsAssociateAwsAccountWithPartnerAccount
PUT
/fuota-tasks/{Id}/multicast-groupAssociateMulticastGroupWithFuotaTask
PUT
/fuota-tasks/{Id}/wireless-deviceAssociateWirelessDeviceWithFuotaTask
PUT
/multicast-groups/{Id}/wireless-deviceAssociateWirelessDeviceWithMulticastGroup
PUT
/wireless-devices/{Id}/thingAssociateWirelessDeviceWithThing
DELETE
/wireless-devices/{Id}/thingDisassociateWirelessDeviceFromThing
GET
/wireless-gateways/{Id}/certificateGetWirelessGatewayCertificate
PUT
/wireless-gateways/{Id}/certificateAssociateWirelessGatewayWithCertificate
DELETE
/wireless-gateways/{Id}/certificateDisassociateWirelessGatewayFromCertificate