Boyomi-chan MCP-Server (Node.js-Version)
Voraussetzungen
Node.js 16 oder höher
npm 7 oder höher
Boyomi-chan muss installiert sein.
Der HTTP-Link für Boyomi-chan läuft auf Port 50080.
Related MCP server: Voicevox MCP Server
Anwendung
Lokales Starten des Servers
git clone https://github.com/uraoz/bouyomichan-mcp-nodejs.git
cd bouyomichan-mcp-nodejs
npm install
npm run build
npm startIntegration mit Claude für Desktop
{
"mcpServers": {
"bouyomichan":{
"command": "npx",
"args": [
"-y",
"github:uraoz/bouyomichan-mcp-nodejs"
]
}
}
}Parameterbeschreibung
Parameter | Erläuterung | Standardwert | Umfang |
Text | Text lesen | Erforderlich | Beliebiger Text |
Stimme | Audiotyp | 0 (1 weiblich) | 0: Weiblich 1, 1: Männlich 1, 2: Weiblich 2, ... |
Volumen | Volumen | -1 (Standard) | -1: Standard, 0-100: Lautstärke |
Geschwindigkeit | Geschwindigkeit | -1 (Standard) | -1: Standard, 50-200: Geschwindigkeitsstufe |
Ton | Tonhöhe | -1 (Standard) | -1: Standard, 50-200: Tonhöhe |
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Appeared in Searches
Latest Blog Posts
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/bouyomichan-mcp-nodejs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
