TranscriptionTools-MCP
MCP server for transcript processing — formatting, contextual repair & smart summarization with deep-thinking LLMs
Documentation
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:
1. repair_text - Analyzes and repairs transcription errors with greater than 90% confidence
2. get_repair_log - Retrieves detailed analysis logs from previous repairs
3. format_transcript - Transforms timestamped transcripts into naturally formatted text
4. summary_text - Generates intelligent summaries using ACE cognitive methodology
Installation
Installing via Smithery
To install Transcription Tools for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @MushroomFleet/transcriptiontools-mcp --client claude1. Clone this repository:
git clone https://github.com/mushroomfleet/TranscriptionTools-MCP
cd TranscriptionTools-MCP2. Install dependencies:
npm install3. Build the server:
npm run build4. Configure the MCP server in your MCP settings file:
{
"mcpServers": {
"transcription-tools": {
"command": "node",
"args": ["/path/to/TranscriptionTools-MCP/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}Using the MCP Tools
Repairing Transcription Errors
transcription-tools
repair_text
{
"input_text": "We recieve about ten thousand dollars which is defiantly not enough.",
"is_file_path": false
}Formatting Timestamped Transcripts
transcription-tools
format_transcript
{
"input_text": "/path/to/timestamped-transcript.txt",
"is_file_path": true,
"paragraph_gap": 8,
"line_gap": 4
}Generating Summaries
transcription-tools
summary_text
{
"input_text": "Long text to summarize...",
"is_file_path": false,
"constraint_type": "words",
"constraint_value": 100
}Retrieving Repair Logs
transcription-tools
get_repair_log
{
"session_id": "20241206143022"
}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
/
├── .gitignore # Git ignore file
├── LICENSE # MIT license file
├── README.md # This documentation
├── package.json # Package dependencies and scripts
├── tsconfig.json # TypeScript configuration
├── build/ # Compiled JavaScript files (generated after build)
│ ├── tools/ # Compiled tool implementations
│ └── utils/ # Compiled utility functions
└── src/ # Source TypeScript files
├── index.ts # MCP server entry point
├── tools/ # Tool implementations
│ ├── formatting.ts
│ ├── repair.ts
│ └── summary.ts
└── utils/ # Utility functions
├── file-handler.ts
└── logger.tsConfiguration
You can customize the server behavior by modifying the source code directly. The key configuration parameters are found in the respective tool implementation files:
// In src/tools/formatting.ts
const paragraph_gap = 8; // seconds
const line_gap = 4; // seconds
// In src/tools/repair.ts
const confidence_threshold = 90; // percentage
// In src/tools/summary.ts
const default_speaking_pace = 150; // words per minuteLicense
MIT
See Also
- TranscriptionTools-MCP — Transcript processing
- DeepLucid3D-MCP — Cognitive processing
- UNO-MCP — Narrative enhancement
- gitea-mcp — Gitea integration
- zero-vector-MCP — Procedural generation
Frequently asked questions
What is TranscriptionTools-MCP?
TranscriptionTools-MCP is MCP server for transcript processing — formatting, contextual repair & smart summarization with deep-thinking LLMs
How do I install TranscriptionTools-MCP?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is TranscriptionTools-MCP open source?
Yes — it is hosted on GitHub at https://github.com/MushroomFleet/TranscriptionTools-MCP and has 20 stars.
Related MCP tools
Code research platform for AI agents; find, understand, and prove context across your code and all of GitHub, in a fraction of the tokens. One toolset, MCP or CLI
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker
A desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP