Skip to main content
Glama

AivisSpeech MCP Server

by kentaro

aivis-speech-synthesis

Convert text to high-quality speech using speaker and style customization. Adjust speed, pitch, intonation, and volume for precise voice synthesis tailored to your needs.

Input Schema

NameRequiredDescriptionDefault
intonation_scaleNoイントネーションのスケール(1.0が標準)
output_sampling_rateNo出力音声のサンプリングレート(Hz)
pitch_scaleNo音高のスケール(1.0が標準)
post_phoneme_lengthNo音声の末尾の無音時間(秒)
pre_phoneme_lengthNo音声の先頭の無音時間(秒)
speaker_idNo音声合成に使用するスピーカーのID
speed_scaleNo話速のスケール(1.0が標準)
style_idNo音声合成に使用するスタイルのID
textYes音声合成するテキスト
volume_scaleNo音量のスケール(1.0が標準)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "intonation_scale": { "default": 1, "description": "イントネーションのスケール(1.0が標準)", "maximum": 2, "minimum": 0, "type": "number" }, "output_sampling_rate": { "default": 24000, "description": "出力音声のサンプリングレート(Hz)", "type": "number" }, "pitch_scale": { "default": 1, "description": "音高のスケール(1.0が標準)", "maximum": 2, "minimum": 0.5, "type": "number" }, "post_phoneme_length": { "default": 0.1, "description": "音声の末尾の無音時間(秒)", "maximum": 1, "minimum": 0, "type": "number" }, "pre_phoneme_length": { "default": 0.1, "description": "音声の先頭の無音時間(秒)", "maximum": 1, "minimum": 0, "type": "number" }, "speaker_id": { "description": "音声合成に使用するスピーカーのID", "type": "number" }, "speed_scale": { "default": 1, "description": "話速のスケール(1.0が標準)", "maximum": 2, "minimum": 0.5, "type": "number" }, "style_id": { "description": "音声合成に使用するスタイルのID", "type": "number" }, "text": { "description": "音声合成するテキスト", "type": "string" }, "volume_scale": { "default": 1, "description": "音量のスケール(1.0が標準)", "maximum": 2, "minimum": 0, "type": "number" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from AivisSpeech MCP Server

Related Tools

    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/kentaro/aivis-speech-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server