Toshitaka komori/bouyomichan-mcp-nodejs
Built by Metorial, the integration platform for agentic AI.
Toshitaka komori/bouyomichan-mcp-nodejs
Server Summary
Text-to-Speech conversion
Voice customization
Speech output from text commands
Integration with Claude for Desktop
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