Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS IoT MCP Server

<fullname>IoT</fullname> <p>IoT provides secure, bi-directional communication between Internet-connected devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services cloud. You can discover your custom IoT-Data endpoint to communicate with, configure rules

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-iot

Environment Variables

AWS_IOT_API_KEY

Example: your_aws_iot_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-iot": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iot"],
      "env": {
      "AWS_IOT_API_KEY": "your_aws_iot_api_key"
}
    }
  }
}

Endpoints

PATCH/accept-certificate-transfer/{certificateId}

AcceptCertificateTransfer

PUT/billing-groups/addThingToBillingGroup

AddThingToBillingGroup

PUT/thing-groups/addThingToThingGroup

AddThingToThingGroup

POST/jobs/{jobId}/targets

AssociateTargetsWithJob

POST/target-policies/{policyName}

DetachPolicy

PUT/target-policies/{policyName}

AttachPolicy

PUT/principal-policies/{policyName}#x-amzn-iot-principal

AttachPrincipalPolicy

DELETE/principal-policies/{policyName}#x-amzn-iot-principal

DetachPrincipalPolicy

PUT/security-profiles/{securityProfileName}/targets#securityProfileTargetArn

AttachSecurityProfile

DELETE/security-profiles/{securityProfileName}/targets#securityProfileTargetArn

DetachSecurityProfile