AWS IoT Analytics Claude Desktop Config
Add the AWS IoT Analytics MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-iotanalytics": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-iotanalytics"
],
"env": {
"AWS_IOT_ANALYTICS_API_KEY": "your_aws_iot_analytics_api_key"
}
}
}
}Environment Variables
AWS_IOT_ANALYTICS_API_KEYReplace your_aws_iot_analytics_api_key with your actual aws iot analytics api key
Endpoints
POST
/messages/batchBatchPutMessage
DELETE
/pipelines/{pipelineName}/reprocessing/{reprocessingId}CancelPipelineReprocessing
GET
/channelsListChannels
POST
/channelsCreateChannel
GET
/datasetsListDatasets
POST
/datasetsCreateDataset
GET
/datasets/{datasetName}/contentGetDatasetContent
POST
/datasets/{datasetName}/contentCreateDatasetContent
DELETE
/datasets/{datasetName}/contentDeleteDatasetContent
GET
/datastoresListDatastores