Labsco
MCP SERVER

TranscriptionTools

by MushroomFleet

Clean up a machine transcript: fix the misheard words, break it into paragraphs, summarise what was said.

Speech Synthesis & Transcription
Summary
A raw transcript turned into something readable.

Repair, reflow and summarise are separate steps, so you can fix the misheard words and keep the timestamps, or reflow and leave the wording alone — and the repair log says what was changed.

What it is

A transcript-processing MCP server with four tools. Each takes text inline or a file path: repair fixes transcription errors, formatting turns timestamped output into readable prose with the gaps you set, and summarisation runs over the result.

What you get
  • Transcription errors analysed and repaired, only where the match is confident enough
  • The analysis log from a previous repair, retrieved
  • Timestamped transcripts reflowed into naturally formatted text, with paragraph_gap and line_gap under your control
  • A summary generated from long text
  • Every tool taking either inline text or a path to a file on disk
Requirements

Node.js. Install through Smithery in one command, or clone, npm install, npm run build and point the client at build/index.js. No account, no key.

Setup effort

One command — npx -y @smithery/cli install @MushroomFleet/transcriptiontools-mcp --client claude