Onboard your agent to VoiceLabs.
Paste one sentence into any AI coding agent and it fetches https://voicelabs.now/agent-setup/prompt.md and installs everything itself: the VoiceLabs MCP server (seven tools, OAuth 2.1) and, if your project needs it, the @voicelabs/sdk package.
Once connected, the agent should be able to call the list_voice_profiles MCP tool and get back the account's voices without an auth error (none yet is fine on a new account). Ask it to "speak some text in my VoiceLabs voice" to try the whole path.
list_voice_profiles, list_captures, get_generation, speak, transcribe, ensure_voice_profile, clone_voice_profile.Claude Code
The full MCP toolset (speak, transcribe, voice management) available to every session, in every project.
Windsurf (Devin Desktop)
The full MCP toolset available inside Windsurf / Devin Desktop's agents.
VS Code
The full MCP toolset available to VS Code's built-in MCP client and any extension that reads it.