Skip to main content
Glama

라임 MCP

짓다

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

특징

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

  • Rime의 고품질 음성 합성 API를 사용합니다.

Related MCP server: iTerm MCP

요구 사항

  • 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")

예시 사용 사례

커서에서 Rime MCP 데모

예 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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Latest Blog Posts

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