Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.
claude mcp add talkies -- docker run -i --rm docker.io/psyb0t/talkies:v0.11.6
claude_desktop_config.json
{
"mcpServers": {
"talkies": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.11.6"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"talkies": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.11.6"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"talkies": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.11.6"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"talkies": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.11.6"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"talkies": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.11.6"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.psyb0t--talkies/reviews or the review_server meta-tool.
POST /mcp