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

执照

麻省理工学院

Deploy 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

                • A
                  security
                  A
                  license
                  A
                  quality
                  A server that enables AI assistants to execute terminal commands and retrieve outputs via the Model Context Protocol (MCP).
                  Last updated -
                  3
                  17
                  MIT License
                  • Apple
                  • Linux
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that enables AI assistants like Claude to use Bouyomichan (a Japanese text-to-speech program) for voice reading with adjustable voice types, volume, speed, and pitch.
                  Last updated -
                  1
                  2
                  MIT License
                  • Apple
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Node.js/TypeScript MCP server that facilitates interactive communication between LLMs and users, allowing AI assistants to request user input, display notifications, and manage command-line chat sessions.
                  Last updated -
                  5
                  152
                  1
                  MIT License
                  • Apple
                  • Linux
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol (MCP) server implementation that enables AI assistants to interact with Anytype's API through natural language, allowing users to manage their knowledge base through conversation.
                  Last updated -
                  97
                  150
                  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/bouyomi-mcp-nodejs'

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