Simple Voice MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOICE_MODEL | No | The voice model to use for text-to-speech. Available models include male voices (ozisan_1, ozisan_2, seinen_2-5, oziisan), female voices (oneesan_1-4, obaatyan_1), girl voices (syouzyo_1-7), and others (syounen_1, zingai_1, sutera). | zingai_1 |
| VOICE_API_BASE | No | Custom API base URL for the voice service |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sayA | テキストをかわいいマスコットキャラクターのような声で読み上げます。 ユーザーにお知らせするときはこのキャラクターになりきって楽しませながら報告しましょう! 日本語のテキストを音声合成し、WSL環境では自動的にWindows側で再生されます。 英単語が含まれている場合は自動的にカタカナに変換されます。 Args: text: 読み上げたいテキスト(日本語・英語混在可能) Returns: 成功時は"✓"、エラー時はエラーメッセージ |
| add_to_dictionaryB | カスタム辞書に新しい英単語とカタカナ読みのペアを登録します。HDMIやAPIなどの略語や、.pyのような拡張子も登録できます。複数登録する場合はカンマ区切りで指定できます。 |
| remove_from_dictionaryA | カスタム辞書から指定した英単語のエントリを削除します。複数削除する場合はカンマ区切りで指定できます。 |
| list_dictionaryA | カスタム辞書に登録されているすべての英単語と読み方を表示します。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Kurasuai-Inc/voice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server