meet live assist for Cursor
io.github.krystiangw/meet-live-assist
Your own agent inside a live Google Meet or Zoom call. Local-first, no hosted service.
client:Cursor
transport:stdio
runtime:npm
Install meet live assist in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"meet-live-assist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"meet-live-assist-server"
],
"env": {
"MLA_URL": "<MLA_URL>",
"TRANSCRIPTS_DIR": "<TRANSCRIPTS_DIR>",
"MLA_TOKEN": "<MLA_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs