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