OpenTranscribe MCP
Rank #11,729io.github.fbossiere/open-transcribe-mcp
Provider-independent speech-to-text with normalized transcripts over MCP.
OpenTranscribe MCP is a Model Context Protocol (MCP) server published by fbossiere. It ranks #11,729 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. OpenTranscribe MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Sep 6, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 120,384 of 132,113 servers on MCP Toplist.
Use OpenTranscribe MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add open-transcribe-mcp -e "OT_HOST=<your OT_HOST>" -e "OT_PORT=<your OT_PORT>" -e "OT_SECURITY__BEARER_TOKEN=<your OT_SECURITY__BEARER_TOKEN>" -e "OT_MICROSOFT__ENDPOINT=<your OT_MICROSOFT__ENDPOINT>" -e "OT_MICROSOFT__API_KEY=<your OT_MICROSOFT__API_KEY>" -e "OT_ELEVENLABS__API_KEY=<your OT_ELEVENLABS__API_KEY>" -e "OT_GROQ__API_KEY=<your OT_GROQ__API_KEY>" -- uvx open-transcribe-mcpReplace each placeholder with your own value before saving.
[mcp_servers.open-transcribe-mcp]
command = "uvx"
args = ["open-transcribe-mcp"]
[mcp_servers.open-transcribe-mcp.env]
OT_HOST = "<your OT_HOST>"
OT_PORT = "<your OT_PORT>"
OT_SECURITY__BEARER_TOKEN = "<your OT_SECURITY__BEARER_TOKEN>"
OT_MICROSOFT__ENDPOINT = "<your OT_MICROSOFT__ENDPOINT>"
OT_MICROSOFT__API_KEY = "<your OT_MICROSOFT__API_KEY>"
OT_ELEVENLABS__API_KEY = "<your OT_ELEVENLABS__API_KEY>"
OT_GROQ__API_KEY = "<your OT_GROQ__API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"open-transcribe-mcp": {
"command": "uvx",
"args": [
"open-transcribe-mcp"
],
"env": {
"OT_HOST": "<your OT_HOST>",
"OT_PORT": "<your OT_PORT>",
"OT_SECURITY__BEARER_TOKEN": "<your OT_SECURITY__BEARER_TOKEN>",
"OT_MICROSOFT__ENDPOINT": "<your OT_MICROSOFT__ENDPOINT>",
"OT_MICROSOFT__API_KEY": "<your OT_MICROSOFT__API_KEY>",
"OT_ELEVENLABS__API_KEY": "<your OT_ELEVENLABS__API_KEY>",
"OT_GROQ__API_KEY": "<your OT_GROQ__API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"open-transcribe-mcp": {
"command": "uvx",
"args": [
"open-transcribe-mcp"
],
"env": {
"OT_HOST": "<your OT_HOST>",
"OT_PORT": "<your OT_PORT>",
"OT_SECURITY__BEARER_TOKEN": "<your OT_SECURITY__BEARER_TOKEN>",
"OT_MICROSOFT__ENDPOINT": "<your OT_MICROSOFT__ENDPOINT>",
"OT_MICROSOFT__API_KEY": "<your OT_MICROSOFT__API_KEY>",
"OT_ELEVENLABS__API_KEY": "<your OT_ELEVENLABS__API_KEY>",
"OT_GROQ__API_KEY": "<your OT_GROQ__API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"open-transcribe-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"open-transcribe-mcp"
],
"env": {
"OT_HOST": "<your OT_HOST>",
"OT_PORT": "<your OT_PORT>",
"OT_SECURITY__BEARER_TOKEN": "<your OT_SECURITY__BEARER_TOKEN>",
"OT_MICROSOFT__ENDPOINT": "<your OT_MICROSOFT__ENDPOINT>",
"OT_MICROSOFT__API_KEY": "<your OT_MICROSOFT__API_KEY>",
"OT_ELEVENLABS__API_KEY": "<your OT_ELEVENLABS__API_KEY>",
"OT_GROQ__API_KEY": "<your OT_GROQ__API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"open-transcribe-mcp": {
"command": "uvx",
"args": [
"open-transcribe-mcp"
],
"env": {
"OT_HOST": "<your OT_HOST>",
"OT_PORT": "<your OT_PORT>",
"OT_SECURITY__BEARER_TOKEN": "<your OT_SECURITY__BEARER_TOKEN>",
"OT_MICROSOFT__ENDPOINT": "<your OT_MICROSOFT__ENDPOINT>",
"OT_MICROSOFT__API_KEY": "<your OT_MICROSOFT__API_KEY>",
"OT_ELEVENLABS__API_KEY": "<your OT_ELEVENLABS__API_KEY>",
"OT_GROQ__API_KEY": "<your OT_GROQ__API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"open-transcribe-mcp": {
"command": "uvx",
"args": [
"open-transcribe-mcp"
],
"env": {
"OT_HOST": "<your OT_HOST>",
"OT_PORT": "<your OT_PORT>",
"OT_SECURITY__BEARER_TOKEN": "<your OT_SECURITY__BEARER_TOKEN>",
"OT_MICROSOFT__ENDPOINT": "<your OT_MICROSOFT__ENDPOINT>",
"OT_MICROSOFT__API_KEY": "<your OT_MICROSOFT__API_KEY>",
"OT_ELEVENLABS__API_KEY": "<your OT_ELEVENLABS__API_KEY>",
"OT_GROQ__API_KEY": "<your OT_GROQ__API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fbossiere%2Fopen-transcribe-mcp)<a href="https://mcptoplist.com/server/io.github.fbossiere%2Fopen-transcribe-mcp"><img src="https://mcptoplist.com/badge/io.github.fbossiere%2Fopen-transcribe-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
fbossiere
Other servers by fbossiere
View all fbossiere servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.0 | Sep 7, 2026 |
| 1.0.0 | Sep 7, 2026 |
| 0.1.1 | Sep 6, 2026 |
Frequently asked questions
- Who maintains OpenTranscribe MCP?
- OpenTranscribe MCP is maintained by fbossiere, which publishes 2 MCP servers (17 total versions) tracked on MCP Toplist.
- Is OpenTranscribe MCP listed on the Official MCP Registry?
- Yes — OpenTranscribe MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does OpenTranscribe MCP have?
- MCP Toplist tracks 3 versions of OpenTranscribe MCP, most recently published on Sep 7, 2026.
- Where can I find the source code for OpenTranscribe MCP?
- The source code for OpenTranscribe MCP is hosted at github.com/fbossiere/open-transcribe-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.