Skip to content
MCP-Bridge
AI & ML

Amazon Transcribe Service MCP Config

<p>Amazon Transcribe offers three main types of batch transcription: <b>Standard</b>, <b>Medical</b>, and <b>Call Analytics</b>.</p> <ul> <li> <p> <b>Standard transcriptions</b> are the most common option. Refer to for details.</p> </li> <li> <p> <b>Medical transcriptions</b> are tailored to medical

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZON_TRANSCRIBE_SERVICE_API_KEY

Replace your_amazon_transcribe_service_api_key with your actual amazon transcribe service api key

Endpoints

POST/#X-Amz-Target=Transcribe.CreateCallAnalyticsCategory

CreateCallAnalyticsCategory

POST/#X-Amz-Target=Transcribe.CreateLanguageModel

CreateLanguageModel

POST/#X-Amz-Target=Transcribe.CreateMedicalVocabulary

CreateMedicalVocabulary

POST/#X-Amz-Target=Transcribe.CreateVocabulary

CreateVocabulary

POST/#X-Amz-Target=Transcribe.CreateVocabularyFilter

CreateVocabularyFilter

POST/#X-Amz-Target=Transcribe.DeleteCallAnalyticsCategory

DeleteCallAnalyticsCategory

POST/#X-Amz-Target=Transcribe.DeleteCallAnalyticsJob

DeleteCallAnalyticsJob

POST/#X-Amz-Target=Transcribe.DeleteLanguageModel

DeleteLanguageModel

POST/#X-Amz-Target=Transcribe.DeleteMedicalTranscriptionJob

DeleteMedicalTranscriptionJob

POST/#X-Amz-Target=Transcribe.DeleteMedicalVocabulary

DeleteMedicalVocabulary