Loading MCP server directory, please wait...
MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.
npx @getmcp/cli add io.github.nagarjunr/aws-iot-coreRequires Python 3.10+. Community-contributed server. Review source before installing.
AWS_REGIONAWS region -- required, AWS IoT Core is regional
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nagarjunr/aws-iot-core": {
"command": "uvx",
"args": [
"aws-iot-core-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_SESSION_TOKEN": "",
"AWS_PROFILE": "",
"AWS_REGION": ""
}
}
}
}