Boyomi-chan MCP 服务器 (Node.js 版本)
这是一个使用模型上下文协议 (MCP) 的服务器,通过 Boyomi-chan (Yukkuri Voice) 为 AI 助手提供文本转语音功能。在 Node.js/TypeScript 中实现。
概述
该服务器是允许 Claude 等 AI 助手使用 Boyomi-chan 的 MCP 服务器。
功能
文本转语音
选择声音类型(女声、男声等)
音量调节
可调节语速
音调调整
先决条件
Node.js 16 或更高版本
npm 7 或更高版本
必须安装 Boyomi-chan。
Boyomi-chan 的 HTTP 链接正在端口 50080 上运行。
如何安装
克隆此存储库:
安装依赖项:
编译结果如下:
如何使用
启动服务器
与 Claude for Desktop 集成
要使用 Claude for Desktop,您需要编辑配置文件:
打开 Claude for Desktop 配置文件:
MacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
添加以下内容(将路径替换为实际文件路径):
重新启动 Claude 桌面版。
使用示例
Claude for Desktop 将通过以下方式向您大声朗读文本:
读出“Hello, World”
一个男声读出“这是一次测试”。
加快阅读速度“我很着急”
参数说明
参数  | 解释  | 默认值  | 范围  | 
文本  | 阅读文本  | 必需的  | 任何文本  | 
嗓音  | 音频类型  | 0 (1 名女性)  | 0:女 1,1:男 1,2:女 2,...  | 
体积  | 体积  | -1(默认值)  | -1:默认,0-100:音量  | 
速度  | 速度  | -1(默认值)  | -1:默认,50-200:速度级别  | 
语气  | 沥青  | -1(默认值)  | -1:默认,50-200:音高级别  | 
执照
麻省理工学院
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
模型上下文协议服务器使 Claude 等 AI 助手能够使用 Bouyomichan(日本文本转语音程序)进行语音朗读,并可调节语音类型、音量、速度和音调。
Related MCP Servers
- -security-license-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -5
 - Asecurity-licenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact directly with Home Assistant, allowing them to query device states, control smart home entities, and perform automation tasks.Last updated -12197MIT License
 - -security-license-qualityA Model Context Protocol server that enables AI assistants like Claude to initiate and manage real-time voice calls using Twilio and OpenAI's voice models.Last updated -49MIT License
 - Asecurity-licenseAqualityA Node.js server that enables AI assistants to interact with Bouyomi-chan's text-to-speech functionality through Model Context Protocol (MCP), allowing for voice reading of text with adjustable parameters.Last updated -12MIT License