Talkies for Claude Desktop
io.github.psyb0t/talkies
Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.
client:Claude Desktop
transport:stdio
runtime:oci
Install Talkies in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"talkies": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.17.0"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs