Agent setup
Connect Cursor to VoiceLabs — MCP setup
The full MCP toolset available inside Cursor's chat and agent modes.
~/.cursor/mcp.json (global) or .cursor/mcp.json (this project only){
"mcpServers": {
"voicelabs": {
"url": "https://app.voicelabs.now/api/mcp"
}
}
}After connecting
Open Cursor Settings -> MCP, click Connect next to voicelabs, and approve the OAuth consent 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.