local voice mcp for Cursor
io.github.codecraftersllc/local-voice-mcp
Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS
client:Cursor
transport:stdio
runtime:npm
Install local voice mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"local-voice-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codecraftersllc/local-voice-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs