Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-iot.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iot.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-iot.json

Environment Variables

AWS_IOT_API_KEY

Replace your_aws_iot_api_key with your actual 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