Odel
AWS IoT Core

AWS IoT Core

Local
@nagarjunrPythonMITUpdated 1mo ago

MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIaws-iot-core-mcp-serverv0.1.0

Run

uvx aws-iot-core-mcp-server

MCP client config

{
  "mcpServers": {
    "aws-iot-core": {
      "command": "uvx",
      "args": [
        "aws-iot-core-mcp-server"
      ]
    }
  }
}