Skip to content
MCP-Bridge
Cloud Infrastructure

CodeArtifact Claude Desktop Config

Add the CodeArtifact 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-codeartifact": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-codeartifact"
      ],
      "env": {
        "CODEARTIFACT_API_KEY": "your_codeartifact_api_key"
      }
    }
  }
}

Environment Variables

CODEARTIFACT_API_KEY

Replace your_codeartifact_api_key with your actual codeartifact api key

Endpoints

POST/v1/repository/external-connection#domain&repository&external-connection

AssociateExternalConnection

DELETE/v1/repository/external-connection#domain&repository&external-connection

DisassociateExternalConnection

POST/v1/package/versions/copy#domain&source-repository&destination-repository&format&package

CopyPackageVersions

GET/v1/domain#domain

DescribeDomain

POST/v1/domain#domain

CreateDomain

DELETE/v1/domain#domain

DeleteDomain

GET/v1/repository#domain&repository

DescribeRepository

POST/v1/repository#domain&repository

CreateRepository

PUT/v1/repository#domain&repository

UpdateRepository

DELETE/v1/repository#domain&repository

DeleteRepository