Skip to main content
Glama

Speech MCP Server

by hammeiam

text_to_speech_with_options

Convert text to customizable speech by selecting voice and adjusting speed using the Speech MCP Server, tailored for precise audio output.

Instructions

Convert text to speech with customizable speed

Input Schema

NameRequiredDescriptionDefault
speedNoSpeech rate multiplier (0.5 to 2.0)
textYesThe text to convert to speech
voiceNoThe voice to use for speech synthesis (e.g. 'af_bella'). Use list_voices to see available options.

Input Schema (JSON Schema)

{ "properties": { "speed": { "description": "Speech rate multiplier (0.5 to 2.0)", "maximum": 2, "minimum": 0.5, "type": "number" }, "text": { "description": "The text to convert to speech", "maxLength": 1000, "minLength": 1, "type": "string" }, "voice": { "description": "The voice to use for speech synthesis (e.g. 'af_bella'). Use list_voices to see available options.", "type": "string" } }, "required": [ "text" ], "type": "object" }
Install Server

Other Tools from Speech 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/hammeiam/koroko-speech-mcp'

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