Skip to content
MCP-Bridge
Data & Analytics

Amazon Comprehend MCP Config

Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. Use these actions to determine the topics contained in your documents, the topics they discuss, the predominant sentiment expressed in them, the predominant language used, and more.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-comprehend.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-comprehend.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-comprehend": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-comprehend"],
      "env": {
      "AMAZON_COMPREHEND_API_KEY": "your_amazon_comprehend_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-comprehend.json

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