.env notes. The tool runs entirely on Rime’s MCP server, so it makes no call to the Rime API and consumes no credits.
API key: Not required.
Parameters
Example
Ask your assistant:build_voice_agent starter prompt.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate ready-to-run Pipecat or LiveKit voice-agent code wired to Rime TTS via the MCP server.
.env notes. The tool runs entirely on Rime’s MCP server, so it makes no call to the Rime API and consumes no credits.
API key: Not required.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
framework | string | Yes | None | pipecat or livekit |
language | string | No | python | python or node. Only affects LiveKit; Pipecat is Python-only |
model | string | No | coda | Rime model ID for the generated config |
speaker | string | No | lyra | Rime speaker name for the generated config |
mode | string | No | plugin | LiveKit only: plugin uses your own Rime key; inference runs on LiveKit Cloud with no Rime key |
Generate LiveKit starter code for a voice agent using the coda model and the astra voice.
build_voice_agent starter prompt.
