AWS IoT Core Device Advisor Claude Desktop Config
Add the AWS IoT Core Device Advisor 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-iotdeviceadvisor": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-iotdeviceadvisor"
],
"env": {
"AWS_IOT_CORE_DEVICE_ADVISOR_API_KEY": "your_aws_iot_core_device_advisor_api_key"
}
}
}
}Environment Variables
AWS_IOT_CORE_DEVICE_ADVISOR_API_KEYReplace your_aws_iot_core_device_advisor_api_key with your actual aws iot core device advisor api key
Endpoints
GET
/suiteDefinitionsListSuiteDefinitions
POST
/suiteDefinitionsCreateSuiteDefinition
GET
/suiteDefinitions/{suiteDefinitionId}GetSuiteDefinition
DELETE
/suiteDefinitions/{suiteDefinitionId}DeleteSuiteDefinition
PATCH
/suiteDefinitions/{suiteDefinitionId}UpdateSuiteDefinition
GET
/endpointGetEndpoint
GET
/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}GetSuiteRun
GET
/suiteDefinitions/{suiteDefinitionId}/suiteRuns/{suiteRunId}/reportGetSuiteRunReport
GET
/suiteRunsListSuiteRuns
GET
/tags/{resourceArn}ListTagsForResource