Skip to content
Cursor

talkthru for Cursor

io.github.edonzo/talkthru

Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.

client:Cursor transport:stdio runtime:npm

Install talkthru in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

talkthru in other clients