Skip to main content
Glama

Bouyomi-chan MCP Server

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

执照

麻省理工学院

Install Server
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.

Node.js 服务器使 AI 助手能够通过模型上下文协议 (MCP) 与 Bouyomi-chan 的文本转语音功能进行交互,从而允许使用可调参数进行文本语音朗读。

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

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  A TypeScript-based MCP server that provides two tools for chatting with Mistral AI models, supporting both text-only conversations and image+text inputs.
                  Last updated -
                  JavaScript
                  MIT License
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A Node.js server that implements Model Context Protocol (MCP) for controlling HWP (Korean word processor) documents, allowing AI assistants like Claude to create and manipulate Hangul documents.
                  Last updated -
                  116
                  Python
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol (MCP) server that allows AI agents like Claude to interact with the Aligo SMS API to send text messages and retrieve related information.
                  Last updated -
                  JavaScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  An official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.
                  Last updated -
                  19
                  771
                  Python
                  MIT License
                  • Apple

                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/bouyomi-mcp-nodejs'

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