Skip to content
MCP-Bridge
Databases

AWS Resource Groups MCP Config

<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

Config URL

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

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

Configuration JSON

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

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

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-resource-groups.json

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