Skip to main content
Glama

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
Install Server
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
            Provides intelligent transcript processing capabilities for Claude, featuring natural formatting, contextual repair, and smart summarization powered by Deep Thinking LLMs.
            Last updated -
            4
            15
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that integrates high-quality text-to-speech capabilities with Claude Desktop and other MCP-compatible clients, supporting multiple voice options and audio formats.
            Last updated -
            13
            1
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            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 -
            1
            10
            TypeScript
            MIT License
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that connects Claude AI to QGIS, enabling direct interaction with the GIS software for project creation, layer manipulation, code execution, and processing algorithms through natural language prompts.
            Last updated -
            5
            Python
            Creative Commons Zero v1.0 Universal

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/PhialsBasement/Zonos-TTS-MCP'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server