Rime
Freeby MCP Community
ModelContextProtocol server for Rime text-to-speech API
v0.9.0Added Apr 12, 2026
Rime MCP Server
ModelContextProtocol server for Rime text-to-speech API
Installation
Reviews
Installation
Quick install
npx -y rime-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"rime": {
"command": "npx",
"args": ["-y", "rime-mcp"]
}
}
}