Odel
UnlimitedTTS

UnlimitedTTS

Local
@sisygoboomTypeScriptMITUpdated 3 days ago

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

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).

npm@unlimitedtts/mcpv0.1.0

Run

npx -y @unlimitedtts/mcp

MCP client config

{
  "mcpServers": {
    "unlimitedtts": {
      "command": "npx",
      "args": [
        "-y",
        "@unlimitedtts/mcp"
      ]
    }
  }
}