Loading MCP server directory, please wait...
Provider-independent speech-to-text with normalized transcripts over MCP.
npx @getmcp/cli add io.github.fbossiere/open-transcribe-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
OT_SECURITY__BEARER_TOKENA strong, random token shared with the local MCP client.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.fbossiere/open-transcribe-mcp": {
"command": "uvx",
"args": [
"open-transcribe-mcp"
],
"env": {
"OT_HOST": "127.0.0.1",
"OT_PORT": "8000",
"OT_SECURITY__BEARER_TOKEN": "",
"OT_MICROSOFT__ENDPOINT": "",
"OT_MICROSOFT__API_KEY": "",
"OT_ELEVENLABS__API_KEY": "",
"OT_GROQ__API_KEY": ""
}
}
}
}