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).
Run
uvx text-to-speech-mcp
MCP client config
{
"mcpServers": {
"text-to-speech": {
"command": "uvx",
"args": [
"text-to-speech-mcp"
]
}
}
}