Talk while using your app β your coding agent gets each sentence aligned to the frame. Fully local.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
talkthru.dev Β· npm Β· MIT
An automated feedback loop for any app. Screen-record your app on your phone and talk while you use it. Send it to your machine and your coding agent gets everything you said, attached to the screen you were looking at when you said it.
Runs entirely on your machine. No accounts, no uploads, no API keys.
Works with a mac screen recording (ββ§5), an iPhone one over AirDrop, or Windows Game Bar. Any video with sound works β point the watcher at a folder.
70-second demo β install, record, and the agent picking it up.
Pulls ffmpeg, whisper.cpp and the speech model. Nothing else to set up.
Leave it running. It only touches files named like a screen recording β the rest of your Downloads folder is invisible to it.
talkthru is an MCP server, so any MCP client works β Cursor, Windsurf, Cline, Zed, Claude Desktop. Add it to your client's config:
Claude Code has a one-liner for the same thing:
Restart your client afterwards so it picks up the server.
Built and tested against Claude Code. Other MCP clients should work β tell me if yours doesn't.
Once. Press ββ§5, pick a record mode (the icons with the β dot), then open Options and set Save to β Downloads and your Microphone. Both stick.
![]() | |
| 1Β Β·Β 2. press ββ§5, pick a record mode, open Options | |
![]() | ![]() |
3. Save to β Downloads β the folder talkthru watch looks at | 4. pick your mic under Microphone |
![]() | |
| 5. hit Record and talk as you use your app | |
No mic selected means a silent video and nothing to transcribe. Worth checking before your first recording.
Optional β only if you want to record a phone app rather than your desktop.
Once. Control Centre β + β Add a Control β Screen Recording. Then press and hold it and turn the microphone on.
![]() | ![]() | ![]() |
| 1. tap + | 2. Add a Control | 3. pick Screen Recording |
![]() | ![]() | ![]() |
| 4. press and hold β | 5. Microphone On | 6. tap β and talk |
Optional β a drop-in script that hands the agent the element you were pointing at, not just the picture of it.
Record, then talkthru.stop() in the console downloads hierarchy.json. Process the two
together:
The script and what it captures: clients/web.
Ready in about twenty seconds. Your original video is kept in ~/.talkthru/archive/.
Mute your app if it talks. Its narration lands in the transcript next to yours and whisper can't tell you apart.
Your words, attached to the screen that was up when you said them:
Plus the frames. A two-minute session is about 600 tokens.
Point talkthru at a UI hierarchy file and your agent gets element types, labels and stable test ids instead of guessing which component you meant from pixels:
It is a timestamped sidecar your app writes β nothing here generates it, and the format is plain JSON with no iOS-specific assumption:
Common alternate spellings (tag, id, text, bounds, elements, β¦) are
accepted as-is, so a DOM client can usually emit its natural shape. Malformed
files are ignored with a warning rather than failing the recording.
Full format: docs/hierarchy.md β fields, aliases, ranking rules, and how to write a client.
Drop an events.json next to your recording and failed requests land under the
frame you were looking at:
No headers, no bodies β auth tokens live in headers and the point of this
tool is that your data stays on your machine. Secret-looking query values are
replaced with REDACTED at parse time. Everything you send is stored; only
failures and error/warn reach the agent by default, because two minutes of
XHR is more text than the frames and narration combined.
Full format: docs/events.md
Win+Alt+R (Game Bar) records to Videos\Captures, which is where the watcher
looks by default β no name filter there, because that folder holds nothing else:
whisper.cpp has no winget package. Build it from
ggml-org/whisper.cpp and point
TALKTHRU_WHISPER at the binary.
Written and unit-tested for Windows, but not yet run on a Windows machine β I do not have one. If you try it, an issue either way is useful.
tt also works.
ffmpeg pulls the frames where your screen actually changed. whisper.cpp transcribes
your voice locally, split on the real silence between sentences, so each thing you said
lands on the screen you were looking at. An MCP server hands it to your agent.
Needs Node 20.11+.
I built this because I test my own app on my phone every day and kept losing the feedback on the way back to my editor β screenshotting, cropping, trying to describe which screen I meant. Now I just record, talk, and Claude Code picks it up. Sharing it in case it saves you the same trip.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/talkthru)<a href="https://allmcps.com/mcp/talkthru"><img src="https://allmcps.com/api/badge/talkthru?style=directory" alt="Talkthru on AllMCPs" /></a>