Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y talkthru-mcp
MCP client config
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}