Agent setup

Connect GitHub Copilot to VoiceLabs — MCP setup

The full MCP toolset available in Copilot Chat.

.vscode/mcp.json (workspace) — the same file VS Code's own native MCP support reads
{
  "servers": {
    "voicelabs": {
      "url": "https://app.voicelabs.now/api/mcp",
      "type": "http"
    }
  }
}
After connecting

Reload the window, open Copilot Chat, click Start next to the voicelabs server, and approve the OAuth screen.

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.