Zonos TTS MCP Server

Integración de Zonos MCP

Una integración del Protocolo de Contexto Modelo para Zonos TTS, que permite a Claude generar voz directamente.

Configuración

Instalación mediante herrería

Para instalar la integración de Zonos TTS para Claude Desktop automáticamente a través de Smithery :

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

Instalación manual

  1. Asegúrese de tener Zonos ejecutándose con nuestra implementación de API ( PhialsBasement/zonos-api )
  2. Instalar dependencias:
npm install @modelcontextprotocol/sdk axios
  1. Configurar el acceso a PulseAudio:
# Your pulse audio should be properly configured for audio playback # The MCP server will automatically try to connect to your pulse server
  1. Construya el servidor MCP:
npm run build # This will create the dist folder with the compiled server
  1. Agregar al archivo de configuración de Claude: edite su archivo de configuración de Claude (generalmente en ~/.config/claude/config.json ) y agregue esto a la sección mcpServers :
"zonos-tts": { "command": "node", "args": [ "/path/to/your/zonos-mcp/dist/server.js" ] }

Reemplace /path/to/your/zonos-mcp con la ruta real donde instaló el servidor MCP.

Usando con Claude

Una vez configurado, Claude sabe automáticamente cómo utilizar la herramienta speak_response :

speak_response( text="Your text here", language="en-us", # optional, defaults to en-us emotion="happy" # optional: "neutral", "happy", "sad", "angry" )

Características

  • Texto a voz a través de Claude
  • Apoyo para múltiples emociones
  • Soporte multilingüe
  • Reproducción de audio adecuada a través de PulseAudio

Requisitos

  • Node.js
  • Configuración de PulseAudio
  • Instancia en ejecución de Zonos API (PhialsBasement/zonos-api)
  • Dispositivo de salida de audio en funcionamiento

Notas

  • Asegúrese de que tanto el servidor API de Zonos como este servidor MCP estén en ejecución
  • La reproducción de audio requiere una configuración adecuada de PulseAudio

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Facilita la generación directa de voz utilizando Claude para múltiples idiomas y emociones, integrándose con una configuración Zonos TTS a través del Protocolo de Contexto de Modelo.

  1. Configuración
    1. Instalación mediante herrería
    2. Instalación manual
  2. Usando con Claude
    1. Características
      1. Requisitos
        1. Notas

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Enables text generation using the Qwen Max language model with configurable parameters and seamless integration with Claude Desktop via the Model Context Protocol (MCP).
            Last updated -
            1
            9
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            Provides text-to-speech capabilities through the Model Context Protocol, allowing applications to easily integrate speech synthesis with customizable voices, adjustable speech speed, and cross-platform audio playback support.
            Last updated -
            2
            Python
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that provides text-to-speech capabilities using the Kokoro TTS model, offering multiple voice options and customizable speech parameters.
            Last updated -
            239
            JavaScript
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A server that enables Claude 3.7 and other AI agents to access VOICEVOX-compatible speech synthesis engines (AivisSpeech, VOICEVOX, COEIROINK) through the Model Context Protocol.
            Last updated -
            2
            TypeScript
            MIT License
            • Linux

          View all related MCP servers

          ID: clybepate4