Skip to main content
Glama

MCP FishAudio Server

by da-okazaki

fish_audio_tts

Convert text to speech using the Fish Audio TTS API, with options for voice models, streaming, and audio formats.

Instructions

Generate speech from text using Fish Audio TTS API

Input Schema

NameRequiredDescriptionDefault
auto_playNoAutomatically play the generated audio (optional)
formatNoOutput audio format (optional)mp3
latencyNoLatency mode (optional)balanced
mp3_bitrateNoMP3 bitrate in kbps (optional)
normalizeNoEnable text normalization (optional)
output_pathNoCustom output file path (optional)
realtime_playNoEnable real-time audio playback during streaming (optional)
reference_idNoVoice model reference ID (optional)
reference_nameNoVoice model name to search for (optional)
reference_tagNoVoice model tag to search for (optional)
streamingNoEnable HTTP streaming mode (optional)
textYesText to convert to speech
websocket_streamingNoEnable WebSocket streaming mode (optional)

Input Schema (JSON Schema)

{ "properties": { "auto_play": { "default": false, "description": "Automatically play the generated audio (optional)", "type": "boolean" }, "format": { "default": "mp3", "description": "Output audio format (optional)", "enum": [ "mp3", "wav", "pcm", "opus" ], "type": "string" }, "latency": { "default": "balanced", "description": "Latency mode (optional)", "enum": [ "normal", "balanced" ], "type": "string" }, "mp3_bitrate": { "default": 128, "description": "MP3 bitrate in kbps (optional)", "enum": [ 64, 128, 192 ], "type": "number" }, "normalize": { "default": true, "description": "Enable text normalization (optional)", "type": "boolean" }, "output_path": { "description": "Custom output file path (optional)", "type": "string" }, "realtime_play": { "default": false, "description": "Enable real-time audio playback during streaming (optional)", "type": "boolean" }, "reference_id": { "description": "Voice model reference ID (optional)", "type": "string" }, "reference_name": { "description": "Voice model name to search for (optional)", "type": "string" }, "reference_tag": { "description": "Voice model tag to search for (optional)", "type": "string" }, "streaming": { "default": false, "description": "Enable HTTP streaming mode (optional)", "type": "boolean" }, "text": { "description": "Text to convert to speech", "maxLength": 10000, "type": "string" }, "websocket_streaming": { "default": false, "description": "Enable WebSocket streaming mode (optional)", "type": "boolean" } }, "required": [ "text" ], "type": "object" }

Other Tools from MCP FishAudio 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/da-okazaki/mcp-fish-audio-server'

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