Data & AnalyticsAuto-generated
Amazon Comprehend MCP Server
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.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-comprehend
Environment Variables
AMAZON_COMPREHEND_API_KEYExample: your_amazon_comprehend_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-comprehend": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-comprehend"],
"env": {
"AMAZON_COMPREHEND_API_KEY": "your_amazon_comprehend_api_key"
}
}
}
}Endpoints
POST
/#X-Amz-Target=Comprehend_20171127.BatchDetectDominantLanguageBatchDetectDominantLanguage
POST
/#X-Amz-Target=Comprehend_20171127.BatchDetectEntitiesBatchDetectEntities
POST
/#X-Amz-Target=Comprehend_20171127.BatchDetectKeyPhrasesBatchDetectKeyPhrases
POST
/#X-Amz-Target=Comprehend_20171127.BatchDetectSentimentBatchDetectSentiment
POST
/#X-Amz-Target=Comprehend_20171127.BatchDetectSyntaxBatchDetectSyntax
POST
/#X-Amz-Target=Comprehend_20171127.BatchDetectTargetedSentimentBatchDetectTargetedSentiment
POST
/#X-Amz-Target=Comprehend_20171127.ClassifyDocumentClassifyDocument
POST
/#X-Amz-Target=Comprehend_20171127.ContainsPiiEntitiesContainsPiiEntities
POST
/#X-Amz-Target=Comprehend_20171127.CreateDatasetCreateDataset
POST
/#X-Amz-Target=Comprehend_20171127.CreateDocumentClassifierCreateDocumentClassifier