Skip to content
MCP-Bridge
AI & MLAuto-generated

AWS IoT Greengrass V2 MCP Server

<p>IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices. This enables devices to collect and analyze data closer to the source of information, react autonomously to local events, and communicate securely with each other on local network

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-greengrassv2

Environment Variables

AWS_IOT_GREENGRASS_V2_API_KEY

Example: your_aws_iot_greengrass_v2_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-greengrassv2": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-greengrassv2"],
      "env": {
      "AWS_IOT_GREENGRASS_V2_API_KEY": "your_aws_iot_greengrass_v2_api_key"
}
    }
  }
}

Endpoints

GET/greengrass/servicerole

GetServiceRoleForAccount

PUT/greengrass/servicerole

AssociateServiceRoleToAccount

DELETE/greengrass/servicerole

DisassociateServiceRoleFromAccount

POST/greengrass/v2/coreDevices/{coreDeviceThingName}/associateClientDevices

BatchAssociateClientDeviceWithCoreDevice

POST/greengrass/v2/coreDevices/{coreDeviceThingName}/disassociateClientDevices

BatchDisassociateClientDeviceFromCoreDevice

POST/greengrass/v2/deployments/{deploymentId}/cancel

CancelDeployment

POST/greengrass/v2/createComponentVersion

CreateComponentVersion

GET/greengrass/v2/deployments

ListDeployments

POST/greengrass/v2/deployments

CreateDeployment

GET/greengrass/v2/components/{arn}

GetComponent