Zonos MCP Integration MCP Server

MCP server that allows Claude to have a voice.

Local serverstdioPython

What is the Zonos MCP Integration MCP server?

MCP server that allows Claude to have a voice. The zonos mcp integration mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.

What it actually does

A Model Context Protocol integration for Zonos TTS, allowing Claude to generate speech directly.

  • Text-to-speech through Claude
  • Multiple emotions support
  • Multi-language support
  • Proper audio playback through PulseAudio

Its toolset

Everything the assistant can do here goes through one of these:

  • Text-to — speech through Claude
  • Multi — language support
  • Node.js — PulseAudio setup

Configuration

  • Node.js - PulseAudio setup - Running instance of Zonos API (PhialsBasement/zonos-api) - Working audio output device

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

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. Zonos MCP Integration's toolset — Text-to, Multi, Node.js — is a fair guide to whether it matches your workflow. It is maintained by PhialsBasement; 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.

Caveats

  • 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.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the zonos mcp integration mcp server does with a few real requests.

Available tools

ToolWhat it does
Text-tospeech through Claude
Multilanguage support
Node.jsPulseAudio setup

How to install the Zonos MCP Integration MCP server

{
  "mcpServers": {
    "zonos-tts": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js - PulseAudio setup - Running instance of Zonos API (PhialsBasement/zonos-api) - Working audio output device

Example prompts to try

  • Use Zonos MCP Integration to Text-to.
  • Use Zonos MCP Integration to Multi.
  • Use Zonos MCP Integration to Node.js.

Frequently asked questions

Node.js, a running instance of Zonos API (PhialsBasement/zonos-api), PulseAudio properly configured, and a working audio output device.