mcpbeat Sign in

Talkies MCP Server

local only

Talkies runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 28 Aug 2026.

Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.

Installs / week
not published
5
Stars
0 open issues
28 Aug 2026
Last commit
from GitHub
WTFPL
License
Python

What the code does

We read the source, 45 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command .agents/plugins/talkies/bin/cli.js:40
const result = spawnSync(process.execPath, args, { stdio: "inherit" });
Runs an external command src/talkies/audio.py:60
    proc = subprocess.run(cmd, capture_output=True, timeout=30)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Talkies

same job, measured the same way
Yandex Speechkit MCP
by theyahia

MCP server for Yandex SpeechKit API — speech recognition and synthesis.

52 installs/wk local only
Salutespeech MCP
by theyahia

MCP server for Sber SaluteSpeech API — speech recognition and synthesis.

51 installs/wk local only
Audiolla
by psyb0t

Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools.

local only
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

34 installs/wk local only
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
Fathom
by mindstone

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

181 installs/wk local only
Predictalot
by psyb0t

Self-hosted MCP server for time-series forecasting and tabular ML via foundation models.

local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only

Talkies — questions

Answers built from our own checks of this server.

Why is there no uptime for Talkies?
Talkies runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Talkies open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.