Whisper MCP
Rank #27,086io.github.jwulff/whisper-mcp
MCP server providing whisper-mcp capabilities
Whisper MCP is a Model Context Protocol (MCP) server published by jwulff. It ranks #27,086 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Whisper MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 8, 2026 and most recently updated on Jan 12, 2026.
Ranks ahead of 88,374 of 115,460 servers on MCP Toplist.
Use Whisper MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add whisper-mcp -- npx -y whisper-mcp[mcp_servers.whisper-mcp]
command = "npx"
args = ["-y", "whisper-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"whisper-mcp": {
"command": "npx",
"args": [
"-y",
"whisper-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"whisper-mcp": {
"command": "npx",
"args": [
"-y",
"whisper-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"whisper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"whisper-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"whisper-mcp": {
"command": "npx",
"args": [
"-y",
"whisper-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"whisper-mcp": {
"command": "npx",
"args": [
"-y",
"whisper-mcp"
]
}
}
}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.jwulff%2Fwhisper-mcp)<a href="https://mcptoplist.com/server/io.github.jwulff%2Fwhisper-mcp"><img src="https://mcptoplist.com/badge/io.github.jwulff%2Fwhisper-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jwulff
Other servers by jwulff
View all jwulff servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jan 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Whisper MCP?
- Whisper MCP is maintained by jwulff, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Whisper MCP listed on the Official MCP Registry?
- Yes — Whisper MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Whisper MCP have?
- MCP Toplist tracks 2 versions of Whisper MCP, most recently published on Jan 12, 2026.
- Where can I find the source code for Whisper MCP?
- The source code for Whisper MCP is hosted at github.com/jwulff/whisper-mcp.