Skip to content
VS Code

transcribe for VS Code

com.transcribevideototext/transcribe

Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, webhooks.

client:VS Code transport:streamable-http

Install transcribe in VS Code

.vscode/mcp.json

{
  "servers": {
    "transcribe": {
      "type": "http",
      "url": "https://mcp.transcribevideototext.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

transcribe in other clients