MCP Server
MCP
AWS IoT Core
MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.
Install
uvx aws-iot-core-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "aws-iot-core-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AWS access key ID",
"name": "AWS_ACCESS_KEY_ID"
},
{
"description": "AWS secret access key",
"isSecret": true,
"name": "AWS_SECRET_ACCESS_KEY"
},
{
"description": "AWS session token, for temporary credentials",
"isSecret": true,
"name": "AWS_SESSION_TOKEN"
},
{
"description": "Named profile from ~/.aws/credentials, as an alternative to explicit keys",
"name": "AWS_PROFILE"
},
{
"description": "AWS region -- required, AWS IoT Core is regional",
"isRequired": true,
"name": "AWS_REGION"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment