AWS IoT Core
Rank #62,292io.github.nagarjunr/aws-iot-core
MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.
AWS IoT Core is a Model Context Protocol (MCP) server published by nagarjunr. It ranks #62,292 of 115,460 servers tracked on MCP Toplist. AWS IoT Core is listed on Official MCP, with 1 tracked version. It was first listed on Jul 24, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 53,168 of 115,460 servers on MCP Toplist.
Use AWS IoT Core
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add aws-iot-core -e "AWS_ACCESS_KEY_ID=<your AWS_ACCESS_KEY_ID>" -e "AWS_SECRET_ACCESS_KEY=<your AWS_SECRET_ACCESS_KEY>" -e "AWS_SESSION_TOKEN=<your AWS_SESSION_TOKEN>" -e "AWS_PROFILE=<your AWS_PROFILE>" -e "AWS_REGION=<your AWS_REGION>" -- uvx aws-iot-core-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.aws-iot-core]
command = "uvx"
args = ["aws-iot-core-mcp-server"]
[mcp_servers.aws-iot-core.env]
AWS_ACCESS_KEY_ID = "<your AWS_ACCESS_KEY_ID>"
AWS_SECRET_ACCESS_KEY = "<your AWS_SECRET_ACCESS_KEY>"
AWS_SESSION_TOKEN = "<your AWS_SESSION_TOKEN>"
AWS_PROFILE = "<your AWS_PROFILE>"
AWS_REGION = "<your AWS_REGION>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aws-iot-core": {
"command": "uvx",
"args": [
"aws-iot-core-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<your AWS_SESSION_TOKEN>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"AWS_REGION": "<your AWS_REGION>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aws-iot-core": {
"command": "uvx",
"args": [
"aws-iot-core-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<your AWS_SESSION_TOKEN>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"AWS_REGION": "<your AWS_REGION>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aws-iot-core": {
"type": "stdio",
"command": "uvx",
"args": [
"aws-iot-core-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<your AWS_SESSION_TOKEN>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"AWS_REGION": "<your AWS_REGION>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aws-iot-core": {
"command": "uvx",
"args": [
"aws-iot-core-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<your AWS_SESSION_TOKEN>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"AWS_REGION": "<your AWS_REGION>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aws-iot-core": {
"command": "uvx",
"args": [
"aws-iot-core-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<your AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<your AWS_SESSION_TOKEN>",
"AWS_PROFILE": "<your AWS_PROFILE>",
"AWS_REGION": "<your AWS_REGION>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nagarjunr%2Faws-iot-core)<a href="https://mcptoplist.com/server/io.github.nagarjunr%2Faws-iot-core"><img src="https://mcptoplist.com/badge/io.github.nagarjunr%2Faws-iot-core.svg" alt="MCP Toplist: #62,292 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nagarjunr
Other servers by nagarjunr
View all nagarjunr servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 24, 2026 |
Frequently asked questions
- Who maintains AWS IoT Core?
- AWS IoT Core is maintained by nagarjunr, which publishes 11 MCP servers (11 total versions) tracked on MCP Toplist.
- Is AWS IoT Core listed on the Official MCP Registry?
- Yes — AWS IoT Core is listed on the Official MCP Registry.
- How many versions does AWS IoT Core have?
- MCP Toplist tracks 1 version of AWS IoT Core, most recently published on Jul 24, 2026.
- Where can I find the source code for AWS IoT Core?
- The source code for AWS IoT Core is hosted at github.com/nagarjunr/iot-mcp-servers.