Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Greengrass MCP Server

AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent con

Quick Setup

Transport: STDIO

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

Environment Variables

AWS_GREENGRASS_API_KEY

Example: your_aws_greengrass_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-greengrass": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-greengrass"],
      "env": {
      "AWS_GREENGRASS_API_KEY": "your_aws_greengrass_api_key"
}
    }
  }
}

Endpoints

GET/greengrass/groups/{GroupId}/role

GetAssociatedRole

PUT/greengrass/groups/{GroupId}/role

AssociateRoleToGroup

DELETE/greengrass/groups/{GroupId}/role

DisassociateRoleFromGroup

GET/greengrass/servicerole

GetServiceRoleForAccount

PUT/greengrass/servicerole

AssociateServiceRoleToAccount

DELETE/greengrass/servicerole

DisassociateServiceRoleFromAccount

GET/greengrass/definition/connectors

ListConnectorDefinitions

POST/greengrass/definition/connectors

CreateConnectorDefinition

GET/greengrass/definition/connectors/{ConnectorDefinitionId}/versions

ListConnectorDefinitionVersions

POST/greengrass/definition/connectors/{ConnectorDefinitionId}/versions

CreateConnectorDefinitionVersion