Skip to content
Windsurf

OpenTranscribe MCP for Windsurf

io.github.fbossiere/open-transcribe-mcp

Provider-independent speech-to-text with normalized transcripts over MCP.

client:Windsurf transport:stdio runtime:pypi

Install OpenTranscribe MCP in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "open-transcribe-mcp": {
      "command": "uvx",
      "args": [
        "open-transcribe-mcp"
      ],
      "env": {
        "OT_HOST": "<OT_HOST>",
        "OT_PORT": "<OT_PORT>",
        "OT_SECURITY__BEARER_TOKEN": "<OT_SECURITY__BEARER_TOKEN>",
        "OT_MICROSOFT__ENDPOINT": "<OT_MICROSOFT__ENDPOINT>",
        "OT_MICROSOFT__API_KEY": "<OT_MICROSOFT__API_KEY>",
        "OT_ELEVENLABS__API_KEY": "<OT_ELEVENLABS__API_KEY>",
        "OT_GROQ__API_KEY": "<OT_GROQ__API_KEY>"
      }
    }
  }
}

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

OpenTranscribe MCP in other clients