Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-transcribe.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-transcribe": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-transcribe"
      ],
      "env": {
        "AMAZON_TRANSCRIBE_SERVICE_API_KEY": "your_amazon_transcribe_service_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-transcribe": {
      "url": "https://mcpbridge.org/config/amazonaws-com-transcribe.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-transcribe": {
      "url": "https://mcpbridge.org/config/amazonaws-com-transcribe.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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