← Back to Plugins
MCP Server MCP

io.github.krystiangw/meet-live-assist

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "meet-live-assist-server",
      "version": "0.7.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "The package ships two binaries; -p picks the MCP one rather than the bridge server.",
          "isRequired": true,
          "value": "meet-live-assist-server",
          "type": "named",
          "name": "-p"
        },
        {
          "description": "The stdio MCP adapter.",
          "isRequired": true,
          "value": "meet-live-assist-mcp",
          "type": "positional",
          "valueHint": "meet-live-assist-mcp"
        }
      ],
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "default": "http://127.0.0.1:8848",
          "name": "MLA_URL"
        },
        {
          "description": "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.",
          "format": "string",
          "name": "TRANSCRIPTS_DIR"
        },
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "MLA_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...