meet live assist for Grok
io.github.krystiangw/meet-live-assist
Your own agent inside a live Google Meet or Zoom call. Local-first, no hosted service.
client:Grok
transport:stdio
runtime:npm
Install meet live assist in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs