AWS Service Catalog App Registry Claude Desktop Config
Add the AWS Service Catalog App Registry 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-servicecatalog-appregistry": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-servicecatalog-appregistry"
],
"env": {
"AWS_SERVICE_CATALOG_APP_REGISTRY_API_KEY": "your_aws_service_catalog_app_registry_api_key"
}
}
}
}Environment Variables
AWS_SERVICE_CATALOG_APP_REGISTRY_API_KEYReplace your_aws_service_catalog_app_registry_api_key with your actual aws service catalog app registry api key
Endpoints
PUT
/applications/{application}/attribute-groups/{attributeGroup}AssociateAttributeGroup
DELETE
/applications/{application}/attribute-groups/{attributeGroup}DisassociateAttributeGroup
GET
/applications/{application}/resources/{resourceType}/{resource}GetAssociatedResource
PUT
/applications/{application}/resources/{resourceType}/{resource}AssociateResource
DELETE
/applications/{application}/resources/{resourceType}/{resource}DisassociateResource
GET
/applicationsListApplications
POST
/applicationsCreateApplication
GET
/attribute-groupsListAttributeGroups
POST
/attribute-groupsCreateAttributeGroup
GET
/applications/{application}GetApplication