Skip to main content
Glama
uraoz

棒読みちゃんMCPサーバー (Node.js版)

by uraoz

Boyomi-chan MCP 服务器 (Node.js 版本)

这是一个使用模型上下文协议 (MCP) 的服务器,通过 Boyomi-chan (Yukkuri Voice) 为 AI 助手提供文本转语音功能。在 Node.js/TypeScript 中实现。

概述

该服务器是允许 Claude 等 AI 助手使用 Boyomi-chan 的 MCP 服务器。

Related MCP server: Hass-MCP

功能

  • 文本转语音

  • 选择声音类型(女声、男声等)

  • 音量调节

  • 可调节语速

  • 音调调整

先决条件

  • Node.js 16 或更高版本

  • npm 7 或更高版本

  • 必须安装 Boyomi-chan。

  • Boyomi-chan 的 HTTP 链接正在端口 50080 上运行。

如何安装

  1. 克隆此存储库:

git clone https://github.com/uraoz/bouyomichan-mcp-nodejs.git
cd bouyomichan-mcp-nodejs
  1. 安装依赖项:

npm install
  1. 编译结果如下:

npm run build

如何使用

启动服务器

npm start

与 Claude for Desktop 集成

要使用 Claude for Desktop,您需要编辑配置文件:

  1. 打开 Claude for Desktop 配置文件:

    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

  2. 添加以下内容(将路径替换为实际文件路径):

{
  "mcpServers": {
    "bouyomi": {
      "command": "node",
      "args": [
        "/絶対パス/bouyomichan-mcp-nodejs/build/index.js"
      ]
    }
  }
}
  1. 重新启动 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:音高级别

执照

麻省理工学院

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uraoz/bouyomichan-mcp-nodejs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server