Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Signer Claude Desktop Config

Add the AWS Signer 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-signer": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-signer"
      ],
      "env": {
        "AWS_SIGNER_API_KEY": "your_aws_signer_api_key"
      }
    }
  }
}

Environment Variables

AWS_SIGNER_API_KEY

Replace your_aws_signer_api_key with your actual aws signer api key

Endpoints

GET/signing-profiles/{profileName}/permissions

ListProfilePermissions

POST/signing-profiles/{profileName}/permissions

AddProfilePermission

GET/signing-profiles/{profileName}

GetSigningProfile

PUT/signing-profiles/{profileName}

PutSigningProfile

DELETE/signing-profiles/{profileName}

CancelSigningProfile

GET/signing-jobs/{jobId}

DescribeSigningJob

GET/signing-platforms/{platformId}

GetSigningPlatform

GET/signing-jobs

ListSigningJobs

POST/signing-jobs

StartSigningJob

GET/signing-platforms

ListSigningPlatforms