Amazon Comprehend Claude Desktop Config
Add the Amazon Comprehend MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_amazon_comprehend_api_key with your actual 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