mcp kokoro tts for Cursor
io.github.mrfqcentic/mcp-kokoro-tts
Local Kokoro-82M TTS MCP server that synthesizes and plays speech on your machine
client:Cursor
transport:stdio
runtime:pypi
Install mcp kokoro tts in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-kokoro-tts": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-kokoro-tts"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs