io.github.docdyhr/macwhisper-mcp-server MCP Server
io.github.docdyhr/macwhisper-mcp-server
What is the io.github.docdyhr/macwhisper-mcp-server MCP server?
MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.
How to install io.github.docdyhr/macwhisper-mcp-server
Copy-paste configuration for popular MCP clients.
MACWHISPER_ALLOWED_PATHSrequiredColon-separated list of directories the server may read audio files from (e.g. ~/Desktop:~/Downloads)
MACWHISPER_CLIPath to the mw binary. Auto-detected from /Applications/MacWhisper.app if omitted.
MACWHISPER_LOG_PATHLog file path. Defaults to ~/Library/Logs/macwhisper-mcp.log
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add macwhisper-mcp-server --env MACWHISPER_ALLOWED_PATHS=<YOUR_MACWHISPER_ALLOWED_PATHS> --env MACWHISPER_CLI=<YOUR_MACWHISPER_CLI> --env MACWHISPER_LOG_PATH=<YOUR_MACWHISPER_LOG_PATH> -- uvx macwhisper-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.