Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Rekognition Claude Desktop Config

Add the Amazon Rekognition 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-rekognition": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-rekognition"
      ],
      "env": {
        "AMAZON_REKOGNITION_API_KEY": "your_amazon_rekognition_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_REKOGNITION_API_KEY

Replace your_amazon_rekognition_api_key with your actual amazon rekognition api key

Endpoints

POST/#X-Amz-Target=RekognitionService.CompareFaces

CompareFaces

POST/#X-Amz-Target=RekognitionService.CopyProjectVersion

CopyProjectVersion

POST/#X-Amz-Target=RekognitionService.CreateCollection

CreateCollection

POST/#X-Amz-Target=RekognitionService.CreateDataset

CreateDataset

POST/#X-Amz-Target=RekognitionService.CreateFaceLivenessSession

CreateFaceLivenessSession

POST/#X-Amz-Target=RekognitionService.CreateProject

CreateProject

POST/#X-Amz-Target=RekognitionService.CreateProjectVersion

CreateProjectVersion

POST/#X-Amz-Target=RekognitionService.CreateStreamProcessor

CreateStreamProcessor

POST/#X-Amz-Target=RekognitionService.DeleteCollection

DeleteCollection

POST/#X-Amz-Target=RekognitionService.DeleteDataset

DeleteDataset