macwhisper-mcp-server
Rank #12,231io.github.docdyhr/macwhisper-mcp-server
MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.
macwhisper-mcp-server is a Model Context Protocol (MCP) server published by docdyhr. It ranks #12,231 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. macwhisper-mcp-server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 24, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 103,229 of 115,460 servers on MCP Toplist.
Use macwhisper-mcp-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add macwhisper-mcp-server -e "MACWHISPER_ALLOWED_PATHS=<your MACWHISPER_ALLOWED_PATHS>" -e "MACWHISPER_CLI=<your MACWHISPER_CLI>" -e "MACWHISPER_LOG_PATH=<your MACWHISPER_LOG_PATH>" -- uvx macwhisper-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.macwhisper-mcp-server]
command = "uvx"
args = ["macwhisper-mcp-server"]
[mcp_servers.macwhisper-mcp-server.env]
MACWHISPER_ALLOWED_PATHS = "<your MACWHISPER_ALLOWED_PATHS>"
MACWHISPER_CLI = "<your MACWHISPER_CLI>"
MACWHISPER_LOG_PATH = "<your MACWHISPER_LOG_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"macwhisper-mcp-server": {
"command": "uvx",
"args": [
"macwhisper-mcp-server"
],
"env": {
"MACWHISPER_ALLOWED_PATHS": "<your MACWHISPER_ALLOWED_PATHS>",
"MACWHISPER_CLI": "<your MACWHISPER_CLI>",
"MACWHISPER_LOG_PATH": "<your MACWHISPER_LOG_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"macwhisper-mcp-server": {
"command": "uvx",
"args": [
"macwhisper-mcp-server"
],
"env": {
"MACWHISPER_ALLOWED_PATHS": "<your MACWHISPER_ALLOWED_PATHS>",
"MACWHISPER_CLI": "<your MACWHISPER_CLI>",
"MACWHISPER_LOG_PATH": "<your MACWHISPER_LOG_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"macwhisper-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"macwhisper-mcp-server"
],
"env": {
"MACWHISPER_ALLOWED_PATHS": "<your MACWHISPER_ALLOWED_PATHS>",
"MACWHISPER_CLI": "<your MACWHISPER_CLI>",
"MACWHISPER_LOG_PATH": "<your MACWHISPER_LOG_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"macwhisper-mcp-server": {
"command": "uvx",
"args": [
"macwhisper-mcp-server"
],
"env": {
"MACWHISPER_ALLOWED_PATHS": "<your MACWHISPER_ALLOWED_PATHS>",
"MACWHISPER_CLI": "<your MACWHISPER_CLI>",
"MACWHISPER_LOG_PATH": "<your MACWHISPER_LOG_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"macwhisper-mcp-server": {
"command": "uvx",
"args": [
"macwhisper-mcp-server"
],
"env": {
"MACWHISPER_ALLOWED_PATHS": "<your MACWHISPER_ALLOWED_PATHS>",
"MACWHISPER_CLI": "<your MACWHISPER_CLI>",
"MACWHISPER_LOG_PATH": "<your MACWHISPER_LOG_PATH>"
}
}
}
}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.docdyhr%2Fmacwhisper-mcp-server)<a href="https://mcptoplist.com/server/io.github.docdyhr%2Fmacwhisper-mcp-server"><img src="https://mcptoplist.com/badge/io.github.docdyhr%2Fmacwhisper-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
docdyhr
Other servers by docdyhr
View all docdyhr servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 25, 2026 |
Frequently asked questions
- Who maintains macwhisper-mcp-server?
- macwhisper-mcp-server is maintained by docdyhr, which publishes 3 MCP servers (36 total versions) tracked on MCP Toplist.
- Is macwhisper-mcp-server listed on the Official MCP Registry?
- Yes — macwhisper-mcp-server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does macwhisper-mcp-server have?
- MCP Toplist tracks 1 version of macwhisper-mcp-server, most recently published on Apr 25, 2026.
- Where can I find the source code for macwhisper-mcp-server?
- The source code for macwhisper-mcp-server is hosted at github.com/docdyhr/macwhisper-mcp-server.