Skip to content
MCP-Bridge
Cloud Infrastructure

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

  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-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_KEY

Replace your_aws_iot_things_graph_api_key with your actual aws iot things graph api key

Endpoints

POST/#X-Amz-Target=IotThingsGraphFrontEndService.AssociateEntityToThing

AssociateEntityToThing

POST/#X-Amz-Target=IotThingsGraphFrontEndService.CreateFlowTemplate

CreateFlowTemplate

POST/#X-Amz-Target=IotThingsGraphFrontEndService.CreateSystemInstance

CreateSystemInstance

POST/#X-Amz-Target=IotThingsGraphFrontEndService.CreateSystemTemplate

CreateSystemTemplate

POST/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteFlowTemplate

DeleteFlowTemplate

POST/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteNamespace

DeleteNamespace

POST/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteSystemInstance

DeleteSystemInstance

POST/#X-Amz-Target=IotThingsGraphFrontEndService.DeleteSystemTemplate

DeleteSystemTemplate

POST/#X-Amz-Target=IotThingsGraphFrontEndService.DeploySystemInstance

DeploySystemInstance

POST/#X-Amz-Target=IotThingsGraphFrontEndService.DeprecateFlowTemplate

DeprecateFlowTemplate