Skip to content
Cursor

Text to Speech for Cursor

io.github.engr-faizanali/text-to-speech

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

client:Cursor transport:stdio runtime:pypi

Install Text to Speech in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Text to Speech in other clients