Skip to content
VS Code

Talkies for VS Code

io.github.psyb0t/talkies

Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.

client:VS Code transport:stdio runtime:oci

Install Talkies in VS Code

.vscode/mcp.json

{
  "servers": {
    "talkies": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/talkies:v0.17.0"
      ]
    }
  }
}

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

Talkies in other clients