Skip to content
VS Code

elevenlabs for VS Code

com.mcparmory/elevenlabs

Convert text to speech, transcribe audio, and dub videos with AI voices

client:VS Code transport:stdio runtime:pypi

Install elevenlabs in VS Code

.vscode/mcp.json

{
  "servers": {
    "elevenlabs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-elevenlabs"
      ]
    }
  }
}

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

elevenlabs in other clients