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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_RESOURCE_GROUPS_API_KEYReplace your_aws_resource_groups_api_key with your actual aws resource groups api key
Endpoints
/groupsCreateGroup
/delete-groupDeleteGroup
/get-account-settingsGetAccountSettings
/get-groupGetGroup
/get-group-configurationGetGroupConfiguration
/get-group-queryGetGroupQuery
/resources/{Arn}/tagsGetTags
/resources/{Arn}/tagsTag
/resources/{Arn}/tagsUntag
/group-resourcesGroupResources