Kobold MCP Server

by PhialsBasement
Verified

kobold_tts

Convert text into speech audio using customizable parameters such as voice and speed, integrated with Kobold MCP Server for enhanced AI capabilities.

Instructions

Generate text-to-speech audio

Input Schema

NameRequiredDescriptionDefault
apiUrlNohttp://localhost:5001
speedNo
textYes
voiceNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiUrl": { "default": "http://localhost:5001", "type": "string" }, "speed": { "type": "number" }, "text": { "type": "string" }, "voice": { "type": "string" } }, "required": [ "text" ], "type": "object" }
ID: a2xd4hoij7