Boyomi-chan MCP ServerServer

uraoz
GitHub
Text-to-SpeechAudio ProcessingMultimedia Processing

Loading subscription status...

💡 Description

A Model Context Protocol server that enables AI assistants like Claude to read text aloud using Bouyomi-chan, a Japanese text-to-speech program, with customizable voice types, volume, speed, and pitch.

📝 JSON Entries

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

🛠️ Tools

Node.jsnpm

Features

  • Customizable voice types
  • Adjustable speed and pitch
  • Integration with AI assistants

💬 Example Queries

  • Read the text 'Hello, how are you?' with a female voice.
  • Change the volume to 75% and read the text 'It's a beautiful day!'.