AWS IoT Core runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 26 Jul 2026.
MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add aws-iot-core -- uvx aws-iot-core-mcp-server
{
"mcpServers": {
"aws-iot-core": {
"args": [
"aws-iot-core-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.aws-iot-core]
command = "uvx"
args = ["aws-iot-core-mcp-server"]
{
"mcpServers": {
"aws-iot-core": {
"args": [
"aws-iot-core-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"aws-iot-core": {
"args": [
"aws-iot-core-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.