Whisper Transcribe
Rank #29,851io.github.ZahiriNatZuke/whisper-transcribe-mcp
Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.
Whisper Transcribe is a Model Context Protocol (MCP) server published by zahirinatzuke. It ranks #29,851 of 115,591 servers tracked on MCP Toplist. Whisper Transcribe is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 15, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 85,740 of 115,591 servers on MCP Toplist.
Use Whisper Transcribe
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add whisper-transcribe-mcp -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "WHISPER_MODEL=<your WHISPER_MODEL>" -- uvx whisper-transcribe-mcpReplace each placeholder with your own value before saving.
[mcp_servers.whisper-transcribe-mcp]
command = "uvx"
args = ["whisper-transcribe-mcp"]
[mcp_servers.whisper-transcribe-mcp.env]
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
WHISPER_MODEL = "<your WHISPER_MODEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whisper-transcribe-mcp": {
"command": "uvx",
"args": [
"whisper-transcribe-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"WHISPER_MODEL": "<your WHISPER_MODEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whisper-transcribe-mcp": {
"command": "uvx",
"args": [
"whisper-transcribe-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"WHISPER_MODEL": "<your WHISPER_MODEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"whisper-transcribe-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"whisper-transcribe-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"WHISPER_MODEL": "<your WHISPER_MODEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whisper-transcribe-mcp": {
"command": "uvx",
"args": [
"whisper-transcribe-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"WHISPER_MODEL": "<your WHISPER_MODEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whisper-transcribe-mcp": {
"command": "uvx",
"args": [
"whisper-transcribe-mcp"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"WHISPER_MODEL": "<your WHISPER_MODEL>"
}
}
}
}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.ZahiriNatZuke%2Fwhisper-transcribe-mcp)<a href="https://mcptoplist.com/server/io.github.ZahiriNatZuke%2Fwhisper-transcribe-mcp"><img src="https://mcptoplist.com/badge/io.github.ZahiriNatZuke%2Fwhisper-transcribe-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
zahirinatzuke
Other servers by zahirinatzuke
View all zahirinatzuke servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.2 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Whisper Transcribe?
- Whisper Transcribe is maintained by zahirinatzuke, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Whisper Transcribe listed on the Official MCP Registry?
- Yes — Whisper Transcribe is listed on the Official MCP Registry, alongside Glama.
- How many versions does Whisper Transcribe have?
- MCP Toplist tracks 1 version of Whisper Transcribe, most recently published on Jul 23, 2026.
- Where can I find the source code for Whisper Transcribe?
- The source code for Whisper Transcribe is hosted at github.com/ZahiriNatZuke/whisper-transcribe-mcp.