OpenTranscribe MCP for Zed
io.github.fbossiere/open-transcribe-mcp
Provider-independent speech-to-text with normalized transcripts over MCP.
client:Zed
transport:stdio
runtime:pypi
Install OpenTranscribe MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs