VS Code Setup
Connect VisionDraft to VS Code using the MCP extension.
Install MCP extension
Install the Model Context Protocol extension for VS Code from the marketplace. Ensure you are on a version that supports remote HTTP MCP servers.
Add VisionDraft server
In your VS Code MCP settings, add:
{
"servers": {
"visiondraft": {
"type": "http",
"url": "https://mcp.visiondraft.space",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Authentication
Replace YOUR_API_KEY with your key from Settings. OAuth is supported for compatible MCP clients.
Usage
Open the MCP panel in VS Code, connect to VisionDraft, and use natural language in Copilot Chat to edit videos.