Rime MCP
라임 MCP

Rime API를 사용하여 텍스트-음성 변환 기능을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 오디오를 다운로드하여 시스템의 기본 오디오 플레이어를 사용하여 재생합니다.
특징
텍스트를 음성으로 변환하고 시스템 오디오를 통해 재생하는
speak도구를 제공합니다.Rime의 고품질 음성 합성 API를 사용합니다.
Related MCP server: AivisSpeech MCP Server
요구 사항
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"개발
종속성 설치:
npm install서버를 빌드하세요:
npm run build핫 리로드를 사용하여 개발 모드에서 실행:
npm run dev특허
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides text-to-speech capabilities using the Kokoro TTS model, offering multiple voice options and customizable speech parameters.4311MIT
- FlicenseDqualityDmaintenanceA Model Context Protocol server that enables AI assistants to utilize AivisSpeech Engine's high-quality voice synthesis capabilities through a standardized API interface.11
- AlicenseNot gradedqualityCmaintenanceA 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.111MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides text-to-speech functionality for AI agents using Microsoft Edge's text-to-speech technology, supporting multiple voices, languages, and voice customization.28MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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