Rime MCP
@MatthewDailey
关于 Rime MCP
MCP server for Rime
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rime-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@MatthewDailey/rime-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Rime MCP?
Rime MCP is a Model Context Protocol (MCP) server that provides text-to-speech capabilities using the Rime API. It downloads synthesized audio and plays it through the system’s native audio player, intended for use with AI agents.
How to use Rime MCP?
Configure it as an MCP tool by adding an entry to your MCP client’s settings with npx rime-mcp and setting the RIME_API_KEY environment variable. Optional environment variables can customize the voice, guidance, and when to speak. The server exposes a speak tool that converts text to speech and plays it.
Key features of Rime MCP
- Exposes a
speaktool for text-to-speech - Uses Rime’s high-quality voice synthesis API
- Plays audio through the system’s native player
- Supports customization via environment variables
- Works out of the box on macOS (uses
afplay) - Open source under the MIT license
Use cases of Rime MCP
- Make a coding agent announce its progress and file changes
- Teach an agent to use Gen Alpha slang and address a specific person
- Switch voices based on the programming language being discussed
- Have an agent speak automatically when finishing a command
FAQ from Rime MCP
What runtime does Rime MCP require?
Node.js 16.x or higher and a working audio output device. On macOS, afplay is used; sample code for Windows and Linux is provided but not tested.
How do I get a Rime API key?
You can create an API key from the Rime Dashboard. Set it as the RIME_API_KEY environment variable.
Which voices are available?
All voice options are listed at https://users.rime.ai/data/voices/all-v2.json. The default voice is cove.
Can I customize how the agent speaks?
Yes. Use RIME_GUIDANCE to describe when and how to speak, RIME_WHO_TO_ADDRESS to set the addressee, RIME_WHEN_TO_SPEAK to control timing, and RIME_VOICE to set a default voice.
Does Rime MCP work on Windows or Linux?
Sample code for Windows and Linux audio playback is included but has not been tested. macOS is fully supported.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
评论