Agent setup

Connect VS Code to VoiceLabs — MCP setup

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

.vscode/mcp.json (workspace)
{
  "servers": {
    "voicelabs": {
      "url": "https://app.voicelabs.now/api/mcp",
      "type": "http"
    }
  }
}
After connecting

Open the Command Palette -> "MCP: List Servers" -> voicelabs -> Start, then approve the OAuth screen in the browser tab that opens.

Verify

Call the list_voice_profilestool. An answer without an auth error (even "no voice profiles yet" on a new account) means the connection works; an auth error means the OAuth consent was not completed.

MCP endpoint: https://app.voicelabs.now/api/mcp. Review or revoke this connection any time at https://app.voicelabs.now/connections.

The machine-readable version of this whole guide is at https://voicelabs.now/agent-setup/prompt.md.