Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Secure Tunneling Claude Desktop Config

Add the AWS IoT Secure Tunneling 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-iotsecuretunneling": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-iotsecuretunneling"
      ],
      "env": {
        "AWS_IOT_SECURE_TUNNELING_API_KEY": "your_aws_iot_secure_tunneling_api_key"
      }
    }
  }
}

Environment Variables

AWS_IOT_SECURE_TUNNELING_API_KEY

Replace your_aws_iot_secure_tunneling_api_key with your actual aws iot secure tunneling api key

Endpoints

POST/#X-Amz-Target=IoTSecuredTunneling.CloseTunnel

CloseTunnel

POST/#X-Amz-Target=IoTSecuredTunneling.DescribeTunnel

DescribeTunnel

POST/#X-Amz-Target=IoTSecuredTunneling.ListTagsForResource

ListTagsForResource

POST/#X-Amz-Target=IoTSecuredTunneling.ListTunnels

ListTunnels

POST/#X-Amz-Target=IoTSecuredTunneling.OpenTunnel

OpenTunnel

POST/#X-Amz-Target=IoTSecuredTunneling.RotateTunnelAccessToken

RotateTunnelAccessToken

POST/#X-Amz-Target=IoTSecuredTunneling.TagResource

TagResource

POST/#X-Amz-Target=IoTSecuredTunneling.UntagResource

UntagResource