Zonos MCP Integration

by PhialsBasement

13 stars
183 downloads
Not rated
GitHub

About

MCP server that allows Claude to have a voice.

Details

Author
PhialsBasement
GitHub stars
13
Downloads
183
Categories
Other

- Text-to-speech generation through Claude
- Multiple emotion support (neutral, happy, sad, angry)
- Multi-language support
- Proper audio playback via PulseAudio

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Zonos MCP Integration
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Smithery (npx -y @smithery/cli install @PhialsBasement/zonos-tts-mcp --client claude) or manually by cloning the repo and adding the server to Claude's MCP config. Once configured, Claude automatically exposes a speak_response tool that accepts text (required), language (optional, defaults to en-us), and emotion (optional: neutral, happy, sad, angry).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "zonos mcp integration": {
            "Zonos-TTS-MCP": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@PhialsBasement/zonos-tts-mcp",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "Zonos-TTS-MCP": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@PhialsBasement/zonos-tts-mcp",
            "--client",
            "claude"
        ]
    }
}

Zonos MCP Integration

smithery badge

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

Setup

Installing via Smithery

To install Zonos TTS Integration for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @PhialsBasement/zonos-tts-mcp --client claude

Manual installation

1. Make sure you have Zonos running with our API implementation (PhialsBasement/zonos-api)

2. Install dependencies:

npm install @modelcontextprotocol/sdk axios

3. Configure PulseAudio access:
```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.