Talkies for Cursor
io.github.psyb0t/talkies
Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.
client:Cursor
transport:stdio
runtime:oci
Install Talkies in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"talkies": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.17.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs