AWS IoT Things Graph Claude Desktop Config
Add the AWS IoT Things Graph 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-iotthingsgraph": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-iotthingsgraph"
],
"env": {
"AWS_IOT_THINGS_GRAPH_API_KEY": "your_aws_iot_things_graph_api_key"
}
}
}
}Environment Variables
AWS_IOT_THINGS_GRAPH_API_KEYReplace your_aws_iot_things_graph_api_key with your actual aws iot things graph api key
Endpoints
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.AssociateEntityToThingAssociateEntityToThing
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.CreateFlowTemplateCreateFlowTemplate
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.CreateSystemInstanceCreateSystemInstance
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.CreateSystemTemplateCreateSystemTemplate
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteFlowTemplateDeleteFlowTemplate
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteNamespaceDeleteNamespace
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteSystemInstanceDeleteSystemInstance
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteSystemTemplateDeleteSystemTemplate
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.DeploySystemInstanceDeploySystemInstance
POST
/#X-Amz-Target=IotThingsGraphFrontEndService.DeprecateFlowTemplateDeprecateFlowTemplate