Skip to content
MCP-Bridge
DatabasesAuto-generated

AWS Resource Groups MCP Server

<p>Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags. A resource group is a collection of resources

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-resource-groups

Environment Variables

AWS_RESOURCE_GROUPS_API_KEY

Example: your_aws_resource_groups_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-resource-groups": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-resource-groups"],
      "env": {
      "AWS_RESOURCE_GROUPS_API_KEY": "your_aws_resource_groups_api_key"
}
    }
  }
}

Endpoints

POST/groups

CreateGroup

POST/delete-group

DeleteGroup

POST/get-account-settings

GetAccountSettings

POST/get-group

GetGroup

POST/get-group-configuration

GetGroupConfiguration

POST/get-group-query

GetGroupQuery

GET/resources/{Arn}/tags

GetTags

PUT/resources/{Arn}/tags

Tag

PATCH/resources/{Arn}/tags

Untag

POST/group-resources

GroupResources