TranscriptionTools

v1.0.0Developer Toolsstable

Provides intelligent transcript processing capabilities for Claude, featuring natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs.

ai-toolsllmmcpmcp-servermodel-context-protocol
Share:
19
Stars
0
Downloads
0
Weekly
0/5

What is TranscriptionTools?

TranscriptionTools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides intelligent transcript processing capabilities for claude, featuring natural formatting, contextual repair, and smart summarization powered by deep thinking llms.

Provides intelligent transcript processing capabilities for Claude, featuring natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides intelligent transcript processing capabilities for

Use Cases

Intelligent transcript processing
Speech-to-text formatting and repair
Smart summarization with LLMs
MushroomFleet

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedApr 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx transcriptiontools-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use TranscriptionTools

TranscriptionTools MCP Server delivers intelligent transcript processing for Claude and other MCP-compatible AI clients, exposing tools that convert raw timestamped speech-to-text output into clean, readable documents. It can detect and repair contextual transcription errors with high confidence, reformat transcripts into naturally flowing text with proper paragraph breaks, and generate structured summaries using the ACE cognitive framework. Podcast editors, meeting note-takers, and content teams use it to eliminate the manual work of cleaning up automatic captions and voice recordings.

Prerequisites

  • Node.js 18 or later installed
  • Git installed for cloning the repository
  • npm installed for building the TypeScript project
  • An MCP-compatible client such as Claude Desktop, Cursor, or Windsurf
1

Install via Smithery CLI (recommended)

Use the Smithery CLI to install and register the server with your Claude Desktop client automatically.

npx -y @smithery/cli install @MushroomFleet/transcriptiontools-mcp --client claude
2

Or clone and build manually

Clone the repository and build the TypeScript source if you prefer a local installation.

git clone https://github.com/MushroomFleet/TranscriptionTools-MCP
cd TranscriptionTools-MCP
npm install
npm run build
3

Configure your MCP client

Add the server to your MCP client config, using 'node' as the command and the absolute path to build/index.js as the argument.

{
  "mcpServers": {
    "transcription-tools": {
      "command": "node",
      "args": ["/absolute/path/to/TranscriptionTools-MCP/build/index.js"],
      "disabled": false,
      "autoApprove": []
    }
  }
}
4

Restart your MCP client

Restart Claude Desktop or your MCP client to pick up the new server configuration.

5

Verify tools are available

Ask your AI assistant to list available tools. You should see format_transcript, repair_text, summary_text, and get_repair_log.

TranscriptionTools Examples

Client configuration

Configuration block for claude_desktop_config.json pointing to a local build of TranscriptionTools.

{
  "mcpServers": {
    "transcription-tools": {
      "command": "node",
      "args": ["/Users/yourname/TranscriptionTools-MCP/build/index.js"],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Prompts to try

Sample prompts that use all four tools exposed by the TranscriptionTools server.

- "Take this timestamped transcript and format it into natural paragraphs: [paste transcript]"
- "Repair any transcription errors in this text with high confidence and explain each change: [paste text]"
- "Generate an ACE-framework summary of this interview transcript: [paste transcript]"
- "Show me the repair log from the most recent repair operation"

Troubleshooting TranscriptionTools

npx transcriptiontools-mcp-server command not found

This package is not published to npm under that name. Use the Smithery CLI install command or clone and build the repository manually. The correct Smithery package identifier is @MushroomFleet/transcriptiontools-mcp.

format_transcript produces no paragraph breaks

The tool uses a default 8-second gap to detect paragraph boundaries and 4 seconds for line breaks. If your transcript timestamps are in a different format, verify they match the expected format. Longer recordings may need to be split into sections.

Build fails with TypeScript errors after cloning

Run 'npm install' to ensure all devDependencies are present before running 'npm run build'. Make sure your Node.js version is 18 or later.

Frequently Asked Questions about TranscriptionTools

What is TranscriptionTools?

TranscriptionTools is a Model Context Protocol (MCP) server that provides intelligent transcript processing capabilities for claude, featuring natural formatting, contextual repair, and smart summarization powered by deep thinking llms. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install TranscriptionTools?

Follow the installation instructions on the TranscriptionTools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with TranscriptionTools?

TranscriptionTools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is TranscriptionTools free to use?

Yes, TranscriptionTools is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "transcriptiontools-mcp-server": { "command": "npx", "args": ["-y", "transcriptiontools-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use TranscriptionTools?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides