Skip to content
MCP-Bridge
AI & ML

AWS IoT Analytics Claude Desktop Config

Add the AWS IoT Analytics MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_aws_iot_analytics_api_key with your actual aws iot analytics api key

Endpoints

POST/messages/batch

BatchPutMessage

DELETE/pipelines/{pipelineName}/reprocessing/{reprocessingId}

CancelPipelineReprocessing

GET/channels

ListChannels

POST/channels

CreateChannel

GET/datasets

ListDatasets

POST/datasets

CreateDataset

GET/datasets/{datasetName}/content

GetDatasetContent

POST/datasets/{datasetName}/content

CreateDatasetContent

DELETE/datasets/{datasetName}/content

DeleteDatasetContent

GET/datastores

ListDatastores