Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS IoT Data Plane MCP Server

<fullname>IoT data</fullname> <p>IoT data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services cloud. It implements a broker for applications and things to publish messages over

Quick Setup

Transport: STDIO

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

Environment Variables

AWS_IOT_DATA_PLANE_API_KEY

Example: your_aws_iot_data_plane_api_key

MCP Server Configuration

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

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

Endpoints

GET/things/{thingName}/shadow

GetThingShadow

POST/things/{thingName}/shadow

UpdateThingShadow

DELETE/things/{thingName}/shadow

DeleteThingShadow

GET/retainedMessage/{topic}

GetRetainedMessage

GET/api/things/shadow/ListNamedShadowsForThing/{thingName}

ListNamedShadowsForThing

GET/retainedMessage

ListRetainedMessages

POST/topics/{topic}

Publish