MCP.so
登录

TextToSpeech-MCP Server

@SmartLittleApps

关于 TextToSpeech-MCP Server

Local text-to-speech MCP server with dual engines (macOS Say + Kokoro TTS) for Claude Desktop

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

SmartLittleApps

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "local-tts-mcp": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "node",
        "dist/server.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is TextToSpeech-MCP Server?

TextToSpeech-MCP Server is a local MCP (Model Context Protocol) server that provides privacy-first text-to-speech synthesis using macOS Say and Kokoro TTS engines. Designed for MCP-compatible clients like Claude Desktop, it keeps all processing on your machine.

How to use TextToSpeech-MCP Server?

Install dependencies with npm install, build with npm run build, and test with npm start. For Claude Desktop, add the provided JSON configuration to your settings. Use tools like synthesize_text, list_voices, health_check, and play_audio to convert text to speech, manage voices, and control playback.

Key features of TextToSpeech-MCP Server

  • All TTS synthesis happens locally – no data leaves your machine
  • Two engines: macOS Say (23 voices) and Kokoro TTS (21 voices)
  • Supports 43 languages including English, Spanish, French, Japanese, Chinese
  • Customizable output formats: aiff, wav, mp3, m4a
  • Adjustable speech speed (0.1–3.0) and quality (fast, balanced, high)

Use cases of TextToSpeech-MCP Server

  • Convert simple text to speech using the default voice
  • Select a specific voice by language, gender, or engine for natural output
  • Synthesize multilingual content, such as "Bonjour le monde" with a French voice

FAQ from TextToSpeech-MCP Server

What TTS engines does TextToSpeech-MCP Server support?

It supports macOS Say (23 voices, multiple languages) and Kokoro TTS (21 voices, 8 languages), with automatic engine selection.

What are the system requirements?

macOS (for the macOS Say engine), Node.js 18+, and TypeScript.

Is my data sent to external servers?

No. All text-to-speech synthesis happens locally; no data is sent to external services.

What is the maximum text length for synthesis?

The text parameter supports up to 50,000 characters.

How do I configure TextToSpeech-MCP Server for Claude Desktop?

Add the provided JSON configuration to your Claude Desktop settings, specifying the command node ./dist/server.js and the correct working directory.

评论

其他 分类下的更多 MCP 服务器