返回市场
布偶米婵-MCP-节点服务器

布偶米婵-MCP-节点服务器

作者:uraoz2 星标更新:2025-05-07

项目介绍

棒読みちゃんMCP服务器 (Node.js版)

<a href="https://glama.ai/mcp/servers/@uraoz/bouyomi-mcp-nodejs"> <img width="380" height="200" src="https://gips1.baidu.com/it/u=3798082021,3012053110&fm=3081&app=3081&f=PNG?w=760&h=400" alt="Bouyomi-chan Server MCP server" /> </a>

前提条件

  • Node.js 16及以上版本
  • npm 7及以上版本
  • 已安装棒読みちゃん
  • 棒読みちゃん的HTTP接口在50080端口运行

使用方法

在本地启动服务器

git clone https://github.com/uraoz/bouyomichan-mcp-nodejs.git
cd bouyomichan-mcp-nodejs
npm install
npm run build
npm start

与Claude for Desktop集成

{
  "mcpServers": {
    "bouyomichan": {
      "command": "npx",
      "args": [
        "-y",
        "github:uraoz/bouyomichan-mcp-nodejs"
      ]
    }
  }
}

参数说明

参数说明默认值有效范围
text要朗读的文本必须任意文本
voice音色类型0 (女性1)0: 女性1、1: 男性1、2: 女性2、...
volume音量-1 (默认)-1: 默认、0-100: 音量级别
speed语速-1 (默认)-1: 默认、50-200: 语速级别
tone音调-1 (默认)-1: 默认、50-200: 音调级别

许可证

MIT