Skip to main content
VS Code reads MCP servers from a JSON file, and unlike most clients it requires you to declare the transport.

Add the server

1

Open the configuration file

2

Add Voiceflow

Two details differ from other clients and both matter. The wrapper key is servers, not mcpServers. And "type": "http" is required, because VS Code will otherwise treat the entry as a local process to launch.
3

Sign in

VS Code prompts you to authenticate and opens your browser. Approve the request, and the tab redirects back.See Authentication for what the grant covers.
4

Confirm it worked

Ask Copilot Chat in agent mode to list your Voiceflow projects. A list means the transport, the grant, and your account access are all working.

If it does not connect

To disconnect, remove the voiceflow entry. That drops this machine’s copy of the token; revoke access in Voiceflow to end every client’s session at once.