Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Greengrass MCP Config

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

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-greengrass.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-greengrass.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-greengrass": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-greengrass"],
      "env": {
      "AWS_GREENGRASS_API_KEY": "your_aws_greengrass_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://mcp-bridge.pages.dev/config/amazonaws-com-greengrass.json

Environment Variables

AWS_GREENGRASS_API_KEY

Replace your_aws_greengrass_api_key with your actual 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