Skip to content
Cursor

OpenTranscribe MCP for Cursor

io.github.fbossiere/open-transcribe-mcp

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

client:Cursor transport:stdio runtime:pypi

Install OpenTranscribe MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "open-transcribe-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OpenTranscribe MCP in other clients