Speechmatics

Speechmatics MCP Connector for Claude

A+

Automate speech-to-text and text-to-speech — transcribe audio files, generate natural voices, and manage transcription jobs directly.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect Speechmatics to your AI agent to handle advanced audio processing workflows. This server enables high-accuracy transcription and natural-sounding speech synthesis through a simple interface.

What you can do

  • Batch Transcription — Submit audio via URL or base64 and process large files with industry-leading accuracy using create_job.
  • Text-to-Speech (TTS) — Convert text into natural human speech using high-quality voices like Sarah, Theo, Megan, or Jack via generate_tts.
  • Transcript Retrieval — Export completed transcriptions in multiple formats including JSON, plain text, or SRT subtitles using get_transcript.
  • Job Management — Monitor the status of your processing tasks, list recent activity, and manage resources with list_jobs and get_job.
  • Usage & Security — Track your account consumption with get_usage and generate temporary keys for secure client-side access using create_temp_key.

How it works

  1. Subscribe to this server
  2. Enter your Speechmatics API Key
  3. Start transcribing audio or generating speech directly from Claude, Cursor, or any MCP client

Who is this for?

  • Content Creators — Automatically generate subtitles (SRT) for videos or transcribe podcasts in seconds.
  • Developers — Integrate speech capabilities into apps without managing complex audio infrastructure.
  • Data Analysts — Convert large volumes of recorded meetings or calls into searchable text for analysis.
speech-to-texttranscriptiontext-to-speechaudio-processingnatural-language-processingvoice-synthesis

8 tools expose this connector's capabilities to your AI agent.

create_job

Create a new batch transcription job

create_temp_key

Create a temporary API key

delete_job

Delete a transcription job

generate_tts

Generate speech from text (TTS)

get_job

Get details for a specific job

get_transcript

Retrieve the transcript for a job

get_usage

Get usage statistics

list_jobs

List recent transcription jobs

See how to talk to your AI agent using Speechmatics.

Transcribe the audio file at this URL: https://example.com/audio.mp3

I've started a new transcription job (ID: j123abc). I'll use the default English configuration. You can check its status using `get_job`.

Generate an audio file of Sarah saying 'Welcome to the future of speech technology'.

Generating speech with Sarah's voice... Done! You can now access the synthesized audio for the text provided.

List my 5 most recent transcription jobs.

Fetching your recent jobs... I found 5 jobs. The most recent one is 'Meeting_Notes.mp3' (ID: j987xyz) which is currently 'completed'.

You can use the `get_transcript` tool to retrieve results in `json`, `txt`, or `srt` (subtitle) formats. Simply specify the `format` parameter when calling the tool.

Related Connectors