Agent setup

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.

Verify it worked

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.

Seven MCP tools ship today: 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.

Codex

The full MCP toolset available to Codex CLI sessions.

Cursor

The full MCP toolset available inside Cursor's chat and agent modes.

Windsurf (Devin Desktop)

The full MCP toolset available inside Windsurf / Devin Desktop's agents.

OpenCode

The full MCP toolset available to OpenCode sessions in this project.

GitHub Copilot

The full MCP toolset available in Copilot Chat.

VS Code

The full MCP toolset available to VS Code's built-in MCP client and any extension that reads it.