Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Wireless Claude Desktop Config

Add the AWS IoT Wireless 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-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_KEY

Replace your_aws_iot_wireless_api_key with your actual aws iot wireless api key

Endpoints

GET/partner-accounts

ListPartnerAccounts

POST/partner-accounts

AssociateAwsAccountWithPartnerAccount

PUT/fuota-tasks/{Id}/multicast-group

AssociateMulticastGroupWithFuotaTask

PUT/fuota-tasks/{Id}/wireless-device

AssociateWirelessDeviceWithFuotaTask

PUT/multicast-groups/{Id}/wireless-device

AssociateWirelessDeviceWithMulticastGroup

PUT/wireless-devices/{Id}/thing

AssociateWirelessDeviceWithThing

DELETE/wireless-devices/{Id}/thing

DisassociateWirelessDeviceFromThing

GET/wireless-gateways/{Id}/certificate

GetWirelessGatewayCertificate

PUT/wireless-gateways/{Id}/certificate

AssociateWirelessGatewayWithCertificate

DELETE/wireless-gateways/{Id}/certificate

DisassociateWirelessGatewayFromCertificate