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