Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS IoT Fleet Hub MCP Config

<p>With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p> <note> <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p> </note>

Config URL

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

https://mcpbridge.org/config/amazonaws-com-iotfleethub.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-iotfleethub": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-iotfleethub"
      ],
      "env": {
        "AWS_IOT_FLEET_HUB_API_KEY": "your_aws_iot_fleet_hub_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-iotfleethub": {
      "url": "https://mcpbridge.org/config/amazonaws-com-iotfleethub.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-iotfleethub": {
      "url": "https://mcpbridge.org/config/amazonaws-com-iotfleethub.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-iotfleethub.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-iotfleethub": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iotfleethub"],
      "env": {
      "AWS_IOT_FLEET_HUB_API_KEY": "your_aws_iot_fleet_hub_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://mcpbridge.org/config/amazonaws-com-iotfleethub.json

Environment Variables

AWS_IOT_FLEET_HUB_API_KEY

Replace your_aws_iot_fleet_hub_api_key with your actual aws iot fleet hub api key

Endpoints

GET/applications

ListApplications

POST/applications

CreateApplication

GET/applications/{applicationId}

DescribeApplication

DELETE/applications/{applicationId}

DeleteApplication

PATCH/applications/{applicationId}

UpdateApplication

GET/tags/{resourceArn}

ListTagsForResource

POST/tags/{resourceArn}

TagResource

DELETE/tags/{resourceArn}#tagKeys

UntagResource