Odel
Text to Speech

Text to Speech

Local
@engr-faizanali1PythonMITUpdated 2w ago

Reads text aloud locally on Windows, macOS, and Linux. No API key, account, or cloud service.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItext-to-speech-mcpv0.4.1

Run

uvx text-to-speech-mcp

MCP client config

{
  "mcpServers": {
    "text-to-speech": {
      "command": "uvx",
      "args": [
        "text-to-speech-mcp"
      ]
    }
  }
}