Back to MCP directory
publicPublicdnsLocal runtime

tts-mcp-server

基于MCP的文本转语音服务器

article

README

🚀 基于 MCP 的 TTS 服务器

本项目是基于 MCP 的 TTS 服务器,能够有效解决语音合成相关的问题,为用户提供便捷、高效的语音合成服务,具有重要的实用价值。

🚀 快速开始

由于原文档未提供快速开始相关具体内容,暂无法详细展开。若有后续补充,可进一步完善此部分内容,以帮助用户迅速开启对本 TTS 服务器的使用。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client