git clone https://github.com/uraoz/bouyomichan-mcp-nodejs.git
cd bouyomichan-mcp-nodejs
npm install
npm run build
npm start
{
"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