Skip to content
MCP-Bridge
Cloud Infrastructure

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

  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-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_KEY

Replace 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/applications

ListApplications

POST/applications

CreateApplication

GET/attribute-groups

ListAttributeGroups

POST/attribute-groups

CreateAttributeGroup

GET/applications/{application}

GetApplication