Your own agent inside a live Google Meet or Zoom call. Local-first, no hosted service.
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 meet-live-assist-server
MCP client config
{
"mcpServers": {
"meet-live-assist-extension": {
"command": "npx",
"args": [
"-y",
"meet-live-assist-server"
]
}
}
}