Skip to content

Speak

Free

by MCP Community

A MCP server that provides the ability to speak text using the system's text-to-speech engine.

v1.0.0Added Apr 12, 2026
mcpmcp servertext-to-speechspeechtts
Works with:ClaudeGPTGeminiCopilot

Speak MCP Server

A MCP server that provides the ability to speak text using the system's text-to-speech engine.

Installation

Reviews

Leave a Review

Installation

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