Skip to content
Windsurf

Talkies for Windsurf

io.github.psyb0t/talkies

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

client:Windsurf transport:stdio runtime:oci

Install Talkies in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Talkies in other clients