AWS Resource Groups Claude Desktop Config
Add the AWS Resource Groups MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_aws_resource_groups_api_key with your actual aws resource groups api key
Endpoints
POST
/groupsCreateGroup
POST
/delete-groupDeleteGroup
POST
/get-account-settingsGetAccountSettings
POST
/get-groupGetGroup
POST
/get-group-configurationGetGroupConfiguration
POST
/get-group-queryGetGroupQuery
GET
/resources/{Arn}/tagsGetTags
PUT
/resources/{Arn}/tagsTag
PATCH
/resources/{Arn}/tagsUntag
POST
/group-resourcesGroupResources