Skip to main content
Glama

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

by uraoz

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 上运行。

如何安装

  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:音高级别

执照

麻省理工学院

You must be authenticated.

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

模型上下文协议服务器使 Claude 等 AI 助手能够使用 Bouyomichan(日本文本转语音程序)进行语音朗读,并可调节语音类型、音量、速度和音调。

  1. 概述
    1. 功能
      1. 先决条件
        1. 如何安装
          1. 如何使用
            1. 启动服务器
            2. 与 Claude for Desktop 集成
          2. 使用示例
            1. 参数说明
              1. 执照

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  A 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 -
                  14
                  TypeScript
                  MIT License
                  • Apple
                • -
                  security
                  -
                  license
                  -
                  quality
                  Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.
                  Last updated -
                  Python
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A 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 -
                  1
                  1
                  JavaScript
                  MIT License
                  • Apple
                • -
                  security
                  -
                  license
                  -
                  quality
                  Official ElevenLabs Model Context Protocol server that enables AI assistants like Claude to interact with Text to Speech and audio processing APIs, allowing them to generate speech, clone voices, transcribe audio, and create soundscapes.
                  Last updated -
                  Python
                  MIT License

                View all related MCP servers

                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