Skip to content

Speech

Free

by MCP Community

MCP server for text-to-speech conversion using Kokoro TTS

v1.1.2Added Apr 12, 2026
mcpttstext-to-speech
Works with:ClaudeGPTGeminiCopilot

Speech MCP Server

MCP server for text-to-speech conversion using Kokoro TTS

Installation

npx -y speech-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y speech-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "speech": {
      "command": "npx",
      "args": ["-y", "speech-mcp-server"]
    }
  }
}