mcpbeat Sign in

UnlimitedTTS MCP Server

by unlimitedtts Your server? Claim it
local only

UnlimitedTTS runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 22 Aug 2026.

Quote-first, non-custodial x402 text-to-speech with spend policy, MP3 artifacts, and receipts.

Installs per day peak 14 · avg 3 · -16% w/w
a month agotoday
28
Installs / week
npm · @unlimitedtts/mcp
0
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check UnlimitedTTS every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 tts -- npx -y @unlimitedtts/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tts": {
      "args": [
        "-y",
        "@unlimitedtts/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tts]
command = "npx"
args = ["-y", "@unlimitedtts/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tts": {
      "args": [
        "-y",
        "@unlimitedtts/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tts": {
      "args": [
        "-y",
        "@unlimitedtts/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to UnlimitedTTS

same job, measured the same way
Yieldagentx402
by fabio662

Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody.

68 installs/wk local only
Payfetch
by forum-labs

x402 paying-fetch client for AI agents. Spending caps, approval, receipts. Non-custodial.

24 installs/wk local only
Cedulon
by dogrucanemek-alt

Policy-gated agent spend with signed receipts and rail-extract audit

1 059 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
X402 Payagent MCP
by stevemilton

Pay x402 APIs in USDC on Base, Solana, and BNB Chain with spend mandates, receipts, idempotency.

123 installs/wk local only
Payagent MCP
by stevemilton

Pay x402 APIs in USDC on Base, Solana, and BNB Chain with spend mandates, receipts, idempotency.

local only
Kit
by toreva

Policy-checked Solana wallet actions with user-set limits, unsigned transactions, and receipts.

58 installs/wk local only
ClawPay MCP — Non-Custodial x402 Payments for AI Agents
by up2itnow0822

Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.

23 installs/wk local only

UnlimitedTTS — questions

Answers built from our own checks of this server.

Why is there no uptime for UnlimitedTTS?
UnlimitedTTS 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 npm package @unlimitedtts/mcp was installed 28 times last week.
How do I connect UnlimitedTTS?
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 @unlimitedtts/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use UnlimitedTTS?
The npm package @unlimitedtts/mcp was installed 28 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UnlimitedTTS open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.