mac voice mcp for Cursor
io.github.jeet0007/mac-voice-mcp
Talk with your AI assistant out loud on a Mac, with on-device speech recognition (whisper.cpp).
client:Cursor
transport:stdio
runtime:npm
Install mac voice mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mac-voice-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mac-voice-mcp"
],
"env": {
"VOICE_MCP_WHISPER_MODEL": "<VOICE_MCP_WHISPER_MODEL>",
"VOICE_MCP_LANGUAGE": "<VOICE_MCP_LANGUAGE>",
"VOICE_MCP_END_SILENCE_MS": "<VOICE_MCP_END_SILENCE_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs