Skip to content
MCP-Bridge
Data & Analytics

Amazon Comprehend Claude Desktop Config

Add the Amazon Comprehend 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-comprehend": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-comprehend"
      ],
      "env": {
        "AMAZON_COMPREHEND_API_KEY": "your_amazon_comprehend_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_COMPREHEND_API_KEY

Replace your_amazon_comprehend_api_key with your actual amazon comprehend api key

Endpoints

POST/#X-Amz-Target=Comprehend_20171127.BatchDetectDominantLanguage

BatchDetectDominantLanguage

POST/#X-Amz-Target=Comprehend_20171127.BatchDetectEntities

BatchDetectEntities

POST/#X-Amz-Target=Comprehend_20171127.BatchDetectKeyPhrases

BatchDetectKeyPhrases

POST/#X-Amz-Target=Comprehend_20171127.BatchDetectSentiment

BatchDetectSentiment

POST/#X-Amz-Target=Comprehend_20171127.BatchDetectSyntax

BatchDetectSyntax

POST/#X-Amz-Target=Comprehend_20171127.BatchDetectTargetedSentiment

BatchDetectTargetedSentiment

POST/#X-Amz-Target=Comprehend_20171127.ClassifyDocument

ClassifyDocument

POST/#X-Amz-Target=Comprehend_20171127.ContainsPiiEntities

ContainsPiiEntities

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

CreateDataset

POST/#X-Amz-Target=Comprehend_20171127.CreateDocumentClassifier

CreateDocumentClassifier