Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Things Graph MCP Config

<fullname>AWS IoT Things Graph</fullname> <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards, such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applica

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-iotthingsgraph.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iotthingsgraph.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-iotthingsgraph.json

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