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_KEYExample: 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}/roleGetAssociatedRole
PUT
/greengrass/groups/{GroupId}/roleAssociateRoleToGroup
DELETE
/greengrass/groups/{GroupId}/roleDisassociateRoleFromGroup
GET
/greengrass/serviceroleGetServiceRoleForAccount
PUT
/greengrass/serviceroleAssociateServiceRoleToAccount
DELETE
/greengrass/serviceroleDisassociateServiceRoleFromAccount
GET
/greengrass/definition/connectorsListConnectorDefinitions
POST
/greengrass/definition/connectorsCreateConnectorDefinition
GET
/greengrass/definition/connectors/{ConnectorDefinitionId}/versionsListConnectorDefinitionVersions
POST
/greengrass/definition/connectors/{ConnectorDefinitionId}/versionsCreateConnectorDefinitionVersion