Odel
talkthru

talkthru

Local
@edonzo4TypeScriptMITUpdated 1w ago

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).

npmtalkthru-mcpv0.3.1

Run

npx -y talkthru-mcp

MCP client config

{
  "mcpServers": {
    "talkthru": {
      "command": "npx",
      "args": [
        "-y",
        "talkthru-mcp"
      ]
    }
  }
}