HomeCommunication › meet-live-assist-extension

meet-live-assist-extension

Your own agent inside a live Google Meet or Zoom call. Local-first, no hosted service.

TypeScript Local macOSWindowsLinux
★ 2 stars Last pushed 2026-08-18 License: NOASSERTION

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.7.3)

npx -y meet-live-assist-server@0.7.3

Or add to your MCP client config:

{
  "mcpServers": {
    "meet-live-assist-extension": {
      "command": "npx",
      "args": [
        "-y",
        "meet-live-assist-server@0.7.3"
      ],
      "env": {
        "MLA_URL": "<YOUR_VALUE>",
        "TRANSCRIPTS_DIR": "<YOUR_VALUE>",
        "MLA_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MLA_URL — Base URL of the bridge server on this machine. Defaults to http://127.0.0.1:8848, which is right unless you moved the port.
  • TRANSCRIPTS_DIR — Where the bridge server writes. The adapter reads the access token from <dir>/.mla-token, and asks the running server for this path when it can, so it is normally unnecessary.
  • MLA_TOKEN secret — Access token for the bridge server. Only needed when the token file cannot be read; the adapter finds it by itself in the normal case.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry