Whisper CLI
Rank #8,248io.github.whisper-sec/whisper
Keyless: verify agent identities & RDAP for a /128. With a key: register, govern & egress agents.
Whisper CLI is a Model Context Protocol (MCP) server published by whisper-sec. It ranks #8,248 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Whisper CLI is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 107,212 of 115,460 servers on MCP Toplist.
Use Whisper CLI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add whisper -- docker run -i --rm mcp ghcr.io/whisper-sec/whisper:0.210.1[mcp_servers.whisper]
command = "docker"
args = ["run", "-i", "--rm", "mcp", "ghcr.io/whisper-sec/whisper:0.210.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"whisper": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp",
"ghcr.io/whisper-sec/whisper:0.210.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"whisper": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp",
"ghcr.io/whisper-sec/whisper:0.210.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"whisper": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp",
"ghcr.io/whisper-sec/whisper:0.210.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"whisper": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp",
"ghcr.io/whisper-sec/whisper:0.210.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"whisper": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp",
"ghcr.io/whisper-sec/whisper:0.210.1"
]
}
}
}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.whisper-sec%2Fwhisper)<a href="https://mcptoplist.com/server/io.github.whisper-sec%2Fwhisper"><img src="https://mcptoplist.com/badge/io.github.whisper-sec%2Fwhisper.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
whisper-sec
Other servers by whisper-sec
View all whisper-sec servers →Available versions (4)
| Version | Published |
|---|---|
| 0.210.1 | Aug 21, 2026 |
| 0.132.0 | Jul 26, 2026 |
| 0.131.0 | Jul 15, 2026 |
| 0.124.3 | Jun 29, 2026 |
Frequently asked questions
- Who maintains Whisper CLI?
- Whisper CLI is maintained by whisper-sec, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Whisper CLI listed on the Official MCP Registry?
- Yes — Whisper CLI is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Whisper CLI have?
- MCP Toplist tracks 4 versions of Whisper CLI, most recently published on Aug 21, 2026.
- Where can I find the source code for Whisper CLI?
- The source code for Whisper CLI is hosted at github.com/whisper-sec/whisper-cli.