Rime MCP

Integrations

  • Supports various Linux audio players (mpg123, mplayer, aplay, ffplay) for playing synthesized speech

  • Uses macOS native 'afplay' audio player to output synthesized speech

  • Supports context-based voice selection when discussing Python, using specific voices like 'antoine'

Иней МКП

Сервер Model Context Protocol (MCP), который обеспечивает возможности преобразования текста в речь с использованием Rime API. Этот сервер загружает аудио и воспроизводит его с помощью собственного аудиоплеера системы.

Функции

  • Предоставляет инструмент speak , который преобразует текст в речь и воспроизводит ее через системный звук
  • Использует высококачественный API синтеза голоса Rime

Требования

  • Node.js 16.x или выше
  • Рабочее устройство вывода звука
  • macOS: Использует afplay

Вот пример кода от Клода, который не тестировался 🤙✨

  • Windows: Встроенный Media.SoundPlayer (PowerShell)
  • Linux: mpg123, mplayer, aplay или ffplay

Конфигурация МКП

"ref": { "command": "npx", "args": ["rime-mcp"], "env": { RIME_API_KEY=your_api_key_here # Optional configuration RIME_GUIDANCE="<guide how the agent speaks>" RIME_WHO_TO_ADDRESS="<your name>" RIME_WHEN_TO_SPEAK="<tell the agent when to speak>" RIME_VOICE="cove" } }

Все необязательные переменные окружения являются частью определения инструмента и представляют собой подсказки для ввода.

Все голосовые опции перечислены здесь .

Вы можете получить свой ключ API на панели инструментов Rime .

Для настройки поведения можно использовать следующие переменные среды:

  • RIME_GUIDANCE : Основное описание того, когда и как использовать инструмент речевого оповещения
  • RIME_WHO_TO_ADDRESS : Кому должна быть адресована речь (по умолчанию: «пользователь»)
  • RIME_WHEN_TO_SPEAK : Когда следует использовать инструмент (по умолчанию: «когда просят говорить или при завершении команды»)
  • RIME_VOICE : Голос по умолчанию (по умолчанию: «cove»)

Примеры использования

Пример 1: Кодирование объявлений агента

"RIME_WHEN_TO_SPEAK": "Always conclude your answers by speaking.", "RIME_GUIDANCE": "Give a brief overview of the answer. If any files were edited, list them."

Пример 2: Узнайте, как разговаривают современные дети.

RIME_GUIDANCE="Use phrases and slang common among Gen Alpha." RIME_WHO_TO_ADDRESS="Matt" RIME_WHEN_TO_SPEAK="when asked to speak"

Пример 3: Разные языки в зависимости от контекста

RIME_VOICE="use 'cove' when talking about Typescript and 'antoine' when talking about Python"

Разработка

  1. Установить зависимости:
npm install
  1. Сборка сервера:
npm run build
  1. Запустить в режиме разработки с горячей перезагрузкой:
npm run dev

Лицензия

Массачусетский технологический институт

Значки

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

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

Tools

Сервер Model Context Protocol, который позволяет моделям ИИ генерировать и воспроизводить высококачественный текст в речь через собственную аудиосистему вашего устройства с использованием API синтеза голоса Rime.

  1. Функции
    1. Требования
      1. Конфигурация МКП
        1. Примеры использования
          1. Пример 1: Кодирование объявлений агента
          2. Пример 2: Узнайте, как разговаривают современные дети.
          3. Пример 3: Разные языки в зависимости от контекста
        2. Разработка
          1. Лицензия
            1. Значки

              Related MCP Servers

              • -
                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 enables AI assistants to utilize AivisSpeech Engine's high-quality voice synthesis capabilities through a standardized API interface.
                Last updated -
                TypeScript
              • -
                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
              • A
                security
                A
                license
                A
                quality
                An official Model Context Protocol (MCP) server that enables AI clients to interact with ElevenLabs' Text to Speech and audio processing APIs, allowing for speech generation, voice cloning, audio transcription, and other audio-related tasks.
                Last updated -
                19
                633
                Python
                MIT License
                • Apple

              View all related MCP servers

              ID: 3a17xnerpt