Skip to content
MCP-Bridge
Developer Tools

Amazon Translate MCP Config

Provides translation of the input content from the source language to the target language.

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-translate": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-translate"],
      "env": {
      "AMAZON_TRANSLATE_API_KEY": "your_amazon_translate_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-translate.json

Environment Variables

AMAZON_TRANSLATE_API_KEY

Replace your_amazon_translate_api_key with your actual amazon translate api key

Endpoints

POST/#X-Amz-Target=AWSShineFrontendService_20170701.CreateParallelData

CreateParallelData

POST/#X-Amz-Target=AWSShineFrontendService_20170701.DeleteParallelData

DeleteParallelData

POST/#X-Amz-Target=AWSShineFrontendService_20170701.DeleteTerminology

DeleteTerminology

POST/#X-Amz-Target=AWSShineFrontendService_20170701.DescribeTextTranslationJob

DescribeTextTranslationJob

POST/#X-Amz-Target=AWSShineFrontendService_20170701.GetParallelData

GetParallelData

POST/#X-Amz-Target=AWSShineFrontendService_20170701.GetTerminology

GetTerminology

POST/#X-Amz-Target=AWSShineFrontendService_20170701.ImportTerminology

ImportTerminology

POST/#X-Amz-Target=AWSShineFrontendService_20170701.ListLanguages

ListLanguages

POST/#X-Amz-Target=AWSShineFrontendService_20170701.ListParallelData

ListParallelData

POST/#X-Amz-Target=AWSShineFrontendService_20170701.ListTagsForResource

ListTagsForResource