TranscriptionTools MCP Server
@MushroomFleet
TranscriptionTools MCP Server について
MCP server for transcript processing — formatting, contextual repair & smart summarization with deep-thinking LLMs
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"TranscriptionTools-MCP": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@MushroomFleet/transcriptiontools-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is TranscriptionTools MCP Server?
TranscriptionTools MCP Server is a Model Context Protocol server that provides intelligent transcript processing, including natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs. It is aimed at users needing to clean, format, and summarize spoken-language transcripts.
How to use TranscriptionTools MCP Server?
Install by cloning the repository, running npm install and npm run build, then configure the server in your MCP settings file. Invoke the tools repair_text, get_repair_log, format_transcript, and summary_text via the MCP client interface.
Key features of TranscriptionTools MCP Server
- Four MCP tools for transcript processing: repair, log, format, summary
repair_textcorrects transcription errors with >90% confidenceformat_transcriptremoves timestamps and applies intelligent spacingsummary_textgenerates summaries with time, word, or character constraintsget_repair_logretrieves detailed logs of previous repairs
Use cases of TranscriptionTools MCP Server
- Correcting errors and awkward phrasing in raw automated transcripts
- Converting timestamped meeting or interview transcripts into natural prose
- Generating concise, constraint-based summaries of lengthy transcriptions
- Auditing all changes made during a repair session via repair logs
FAQ from TranscriptionTools MCP Server
What are the system requirements?
Node.js and npm are required to build and run the server. The server is written in TypeScript and compiles to JavaScript.
What runtime or LLM does it depend on?
The README mentions “Deep Thinking LLMs” but does not specify a particular model or API; the server appears to use its own logic for repair and formatting without requiring an external LLM service.
Where does transcript data live?
Data is passed directly as input text or file paths; the server does not store transcripts externally unless the user provides file paths on the local filesystem.
What transport or authentication does it use?
The server uses standard MCP stdio transport; no authentication or remote endpoints are described in the README.
Does it ever modify the original audio?
No. The contextual repair feature explicitly states “No original audio required” – it works only on the text transcript.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント