mcpbeat Sign in

Text to Speech MCP Server

by engr-faizanali Your server? Claim it
local only

Text to Speech runs on your own machine — the client starts it, so there is no endpoint to ping. 163 installs a week from pypi. Last commit 20 Aug 2026.

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

Installs per day peak 47 · avg 32 · -28% w/w
a month agotoday
163
Installs / week
pypi · text-to-speech-mcp
1
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add text-to-speech -- uvx text-to-speech-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "text-to-speech": {
      "args": [
        "text-to-speech-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.text-to-speech]
command = "uvx"
args = ["text-to-speech-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "text-to-speech": {
      "args": [
        "text-to-speech-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "text-to-speech": {
      "args": [
        "text-to-speech-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Text to Speech

same job, measured the same way
Simplenote MCP
by automattic

MCP server for reading Simplenote notes across macOS, Linux, and Windows

219 installs/wk local only
Whispernotes
by mazzzystar

Search, read, and create speech-to-text transcripts on-device with the Whisper Notes Mac app.

local only
Kx402
by kali123411

Kaspa x402 agent payer — pay x402 v2 services on Kaspa (KAS) per call, no account or API key

33 installs/wk local only
Clipboard MCP Server
by cyanheads

Read, write, and inspect the system clipboard on macOS, Linux (X11/Wayland), and Windows via MCP.

167 installs/wk local only
Ffvoice
by chicogong

Offline speech-to-text & speaker diarization MCP server: transcribe audio on-device, no cloud

415 installs/wk local only
Ausca
by ausca

Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.

86 installs/wk 14 tools answering
Zotero Native MCP
by dvdsosa

Read and write your local Zotero 10 library. No plugin, no zotero.org API key, no cloud.

92 installs/wk local only
Applemusic MCP
by epheterson

Apple Music MCP server: playlists, library, catalog, playback and Up Next, on Mac/Windows/Linux.

679 installs/wk local only

Text to Speech — questions

Answers built from our own checks of this server.

Why is there no uptime for Text to Speech?
Text to Speech runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package text-to-speech-mcp was installed 163 times last week.
How do I connect Text to Speech?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls text-to-speech-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Text to Speech?
The pypi package text-to-speech-mcp was installed 163 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Text to Speech open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.