mcpbeat Sign in

Meet Live Assist MCP Server

local only

Meet Live Assist runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 18 Aug 2026.

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

Installs per day peak 238 · avg 10
a month agotoday
51
Installs / week
npm · meet-live-assist-server
1
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
JavaScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

  execFile('say', ['-v', v, '-o', tmp, '--', clean], (err) => {
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Runs commands and sends data out [пакет] transcript-server.js:108
    ws.proc = spawn(WHISPER_SERVER_BIN, ['-m', WHISPER_MODEL, '--port', String(WHISPER_SERVER_PORT), '-t', '4'],
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Installs itself into autostart server/install-server.sh:16
PLIST="$HOME/Library/LaunchAgents/$LABEL.plist"
File ships in the package but is absent from the source [пакет] mcp-server.js:1, [пакет] scope.js:1, [пакет] state-store.js:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет
    return user === LOCAL_USER ? path.join(snapDir, session) : path.join(snapDir, safeUser(user), session);
    ws.proc = spawn(WHISPER_SERVER_BIN, ['-m', WHISPER_MODEL, '--port', String(WHISPER_SERVER_PORT), '-t', '4'],
    for (const f of fs.readdirSync(TRANSCRIPTS_DIR)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add meet-live-assist -- npx -y meet-live-assist-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meet-live-assist": {
      "args": [
        "-y",
        "meet-live-assist-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meet-live-assist]
command = "npx"
args = ["-y", "meet-live-assist-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "meet-live-assist": {
      "args": [
        "-y",
        "meet-live-assist-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meet-live-assist": {
      "args": [
        "-y",
        "meet-live-assist-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Meet Live Assist

same job, measured the same way
CalendarMCP
by calendarmcp

Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

answering
A
Meeting Agents
by mainroom

AI agents that join live Google Meet, Teams, and Zoom calls as speaking participants.

4 tools answering
Agentrank
by superlowburn

Google for AI agents. Gives your AI live search across 25,000+ scored MCP servers and tools.

35 installs/wk local only
Paid Ads
by connected-paths

Hosted MCP server for Google Ads and LinkedIn Ads analysis.

answering
Google Flights
by johnisanerd

Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.

answering
Gnosis Memory
by gnosismemory

Persistent memory and vector search for AI agents. Hosted, OAuth-protected via Google sign-in.

answering
NotFair Ads
by nowork-studio

Hosted OAuth MCP for Google, Meta, X, and LinkedIn Ads, GA4, and Search Console.

answering
Google Ads Intent MCP
by davidmosiah

Dry-run-first Google Ads search-term intent analyzer and negative-keyword MCP for agents.

439 installs/wk local only

Meet Live Assist — questions

Answers built from our own checks of this server.

Why is there no uptime for Meet Live Assist?
Meet Live Assist runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package meet-live-assist-server was installed 51 times last week.
How do I connect Meet Live Assist?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls meet-live-assist-server straight from npm; nothing to host, nothing to sign up for.
How many people use Meet Live Assist?
The npm package meet-live-assist-server was installed 51 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meet Live Assist open source?
Yes — it is published under the NOASSERTION licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.