TranscriptionTools MCP 服务器
MCP 服务器提供智能成绩单处理功能,具有自然格式、上下文修复和由 Deep Thinking LLM 提供支持的智能摘要功能。
可用的 MCP 工具
该 MCP 服务器提供了四种强大的成绩单处理工具:
repair_text - 分析并修复转录错误,置信度超过 90%
get_repair_log - 检索以前维修的详细分析日志
format_transcript - 将带时间戳的记录转换为自然格式的文本
summary_text - 使用 ACE 认知方法生成智能摘要
安装
通过 Smithery 安装
要通过Smithery自动安装 Claude Desktop 的转录工具:
克隆此存储库:
安装依赖项:
构建服务器:
在您的 MCP 设置文件中配置 MCP 服务器:
使用 MCP 工具
修复转录错误
格式化带时间戳的成绩单
生成摘要
检索修复日志
核心技术
自然格式
删除时间戳,同时保留语音模式
根据暂停持续时间应用智能间距
尊重自然语法和语言流畅
保持准确的转录内容
语境修复
识别并纠正可能的转录错误
使用语义上下文进行高置信度校正
维护所有变更的详细日志
90% 的校正置信阈值
无需原始音频
智能摘要
创建已处理成绩单的简明摘要
支持多种约束类型:
基于时间(讲话时长)
字符数
字数统计
保留关键信息和上下文
保持自然的说话节奏
项目结构
配置
您可以通过直接修改源代码来自定义服务器行为。关键配置参数位于相应的工具实现文件中:
执照
麻省理工学院
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
为 Claude 提供智能成绩单处理功能,具有自然格式、上下文修复和由 Deep Thinking LLM 提供支持的智能摘要功能。
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 -3705Apache 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,906Apache 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 -