Skip to main content
Glama

Speech MCP Server

by hammeiam

text_to_speech

Convert written text into audio speech and play it through system audio. Supports multiple voice options for customizable speech synthesis using the Kokoro TTS model.

Instructions

Convert text to speech and play it through system audio

Input Schema

NameRequiredDescriptionDefault
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": { "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