Token导航 LogoToken导航TokenDH.com
transcriber (Chaodoze) logo
音视频未说明官方级别未说明来源级核验

transcriber (Chaodoze)

MCP Server

Reader MCP是一个基于Apple Silicon优化的播客转录服务器,支持说话人日记、填充词去除和多种导出格式。

工具数

3

提示词数

0

GitHub Stars

0

资源数

0
PythonClaude语音音频Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

chaodoze

提供方

chaodoze

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

MCP阅读器

一个MCP(模型上下文协议)服务器,用于播客转录和演讲者日记,针对Apple Silicon进行了优化。

特性

  • 快速转录 使用mlx耳语(苹果硅优化)
  • 说话人日志 使用pyannote音频
  • 填充词删除 (嗯,嗯,就像,你知道的,等等。)
  • 说话者姓名识别 根据上下文
  • 多种导出格式 (TXT、SRT、VTT)

安装

# Clone the repository
git clone https://github.com/your-username/transcriber.git
cd transcriber

# Install dependencies
uv sync

# Set up environment
cp .env.example .env
# Edit .env with your HuggingFace token

配置

您需要一个HuggingFace令牌用于pyannote日记模型:

  1. 在以下位置创建帐户https://huggingface.co
  2. 接受条款https://huggingface.co/pyannote/speaker-diarization-3.1
  3. 在以下位置创建令牌https://huggingface.co/settings/tokens
  4. 添加 .env: HF_TOKEN=your_token_here

用法

使用克劳德桌面

添加到您的Claude桌面配置(~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "transcriber": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/transcriber", "transcriber"],
      "env": {
        "HF_TOKEN": "your_hf_token_here"
      }
    }
  }
}

使用克劳德代码

claude mcp add transcriber -- uv run --directory /path/to/transcriber transcriber

工具

转录_播客

带有说话者日记的完整转录。

transcribe_podcast(
    audio_path: str,      # Path to audio file
    language: str = "en", # Language code
    remove_fillers: bool = True,
    identify_speakers: bool = True
)

转录_快速

快速转录,无腹泻。

export_transcript

导出为TXT、SRT或VTT格式。

许可证

麻省理工学院

目录标签

目录标签

PythonClaude语音音频语音转录本地部署说话人日记AppleSilicon优化播客处理音频处理

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

token

工具数量(toolCount,工具数)

3

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明token部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP