Skip to content
MCP-Bridge
Databases

AWS Resource Groups Claude Desktop Config

Add the AWS Resource Groups MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Environment Variables

AWS_RESOURCE_GROUPS_API_KEY

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