Text To Speech API MCP Server

Convert text to MP3 speech audio in 50+ languages. x402 micropayment.

Local serverstdio

What is the Text To Speech API MCP server?

Convert text to MP3 speech audio in 50+ languages. x402 micropayment. That is what the text to speech api mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Convert text to speech audio -- 20+ languages, base64 MP3 output. Google TTS engine, fast and reliable. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 1 tool. What each one is for:

  • media_text_to_speech — POST

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Text To Speech API's toolset — media_text_to_speech — is a fair guide to whether it matches your workflow. It is maintained by Br0ski777; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
media_text_to_speechPOST

How to install the Text To Speech API MCP server

{
  "mcpServers": {
    "text-to-speech": {
      "url": "https://text-to-speech.api.klymax402.com/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Text To Speech API to media text to speech.

Frequently asked questions

It connects Text To Speech API to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (media_text_to_speech) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Text To Speech API directly.