The TranscriptionTools MCP Server provides intelligent transcript processing capabilities including:
Repair transcription errors with over 90% confidence using
repair_text
Retrieve detailed repair logs of previous operations with
get_repair_log
Format timestamped transcripts into naturally readable text with
format_transcript
Generate intelligent summaries using ACE cognitive methodology with various constraints (time, characters, words) via
summary_text
TranscriptionTools MCP Server
An MCP server providing intelligent transcript processing capabilities, featuring natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs.
Available MCP Tools
This MCP server exposes four powerful tools for transcript processing:
repair_text - Analyzes and repairs transcription errors with greater than 90% confidence
get_repair_log - Retrieves detailed analysis logs from previous repairs
format_transcript - Transforms timestamped transcripts into naturally formatted text
summary_text - Generates intelligent summaries using ACE cognitive methodology
Installation
Installing via Smithery
To install Transcription Tools for Claude Desktop automatically via Smithery:
Clone this repository:
Install dependencies:
Build the server:
Configure the MCP server in your MCP settings file:
Using the MCP Tools
Repairing Transcription Errors
Formatting Timestamped Transcripts
Generating Summaries
Retrieving Repair Logs
Core Technologies
Natural Formatting
Removes timestamps while preserving speech patterns
Applies intelligent spacing based on pause duration
Respects natural grammar and language flow
Maintains exact transcribed content
Contextual Repair
Identifies and corrects likely transcription errors
Uses semantic context for high-confidence corrections
Maintains detailed logs of all changes
90% confidence threshold for corrections
No original audio required
Smart Summarization
Creates concise summaries of processed transcripts
Supports multiple constraint types:
Time-based (speaking duration)
Character count
Word count
Preserves key information and context
Maintains natural speaking rhythm
Project Structure
Configuration
You can customize the server behavior by modifying the source code directly. The key configuration parameters are found in the respective tool implementation files:
License
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Provides intelligent transcript processing capabilities for Claude, featuring natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs.
- Available MCP Tools
- Installation
- Using the MCP Tools
- Core Technologies
- Project Structure
- Configuration
- License
Related Resources
Related MCP Servers
- -securityAlicense-qualityProvides semantic memory and persistent storage for Claude, leveraging ChromaDB and sentence transformers for enhanced search and retrieval capabilities.Last updated -3729Apache 2.0
- -securityAlicense-qualityAI-powered assistant that connects Claude to video encoding workflows, translating cryptic errors into plain English and providing actionable solutions for troubleshooting encoding jobs.Last updated -1MIT License
- -securityAlicense-qualityIntegrates with Claude to enable intelligent querying of documentation data, transforming crawled technical documentation into an actionable resource that LLMs can directly interact with.Last updated -1,912Apache 2.0
- -securityFlicense-qualityEnables Claude AI to perform comprehensive file operations including reading, writing, notes management, PDF processing, and image handling with thread-safe operations. Provides a complete file management system with enhanced features like document processing and automatic directory creation.Last updated -