Skip to main content
Glama

Rime MCP

라임 MCP

Rime API를 사용하여 텍스트-음성 변환 기능을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 오디오를 다운로드하여 시스템의 기본 오디오 플레이어를 사용하여 재생합니다.

특징

  • 텍스트를 음성으로 변환하고 시스템 오디오를 통해 재생하는 speak 도구를 제공합니다.
  • Rime의 고품질 음성 합성 API를 사용합니다.

요구 사항

  • Node.js 16.x 이상
  • 작동하는 오디오 출력 장치
  • macOS: afplay 사용

다음은 테스트되지 않은 Claude의 샘플 코드입니다. 🤙✨

  • Windows: 기본 제공 Media.SoundPlayer(PowerShell)
  • Linux: mpg123, mplayer, aplay 또는 ffplay

MCP 구성

지엑스피1

모든 선택적 환경 변수는 도구 정의의 일부이며 다음을 요구합니다.

모든 음성 옵션은 여기에 나열되어 있습니다.

API 키는 Rime 대시보드 에서 받을 수 있습니다.

다음 환경 변수를 사용하여 동작을 사용자 지정할 수 있습니다.

  • RIME_GUIDANCE : Speak Tool을 언제, 어떻게 사용하는지에 대한 주요 설명
  • RIME_WHO_TO_ADDRESS : 연설에서 언급해야 할 사람(기본값: "user")
  • 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

특허

MIT

Install Server
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

Rime의 음성 합성 API를 사용하여 AI 모델이 장치의 기본 오디오 시스템을 통해 고품질 텍스트-음성 오디오를 생성하고 재생할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 특징
    1. 요구 사항
      1. MCP 구성
        1. 예시 사용 사례
          1. 예 1: 코딩 에이전트 공지
          2. 예시 2: 요즘 아이들이 어떻게 말하는지 알아보세요
          3. 예 3: 맥락에 따른 다양한 언어
        2. 개발
          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
            • -
              security
              -
              license
              -
              quality
              Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.
              Last updated -
              Python
              MIT License

            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/MatthewDailey/rime-mcp'

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