meet-live-assist
Rank #18,049io.github.krystiangw/meet-live-assist
Your own agent inside a live Google Meet or Zoom call. Local-first, no hosted service.
meet-live-assist is a Model Context Protocol (MCP) server published by krystiangw. It ranks #18,049 of 127,763 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. meet-live-assist is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 10, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 109,714 of 127,763 servers on MCP Toplist.
Use meet-live-assist
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add meet-live-assist -e "MLA_URL=<your MLA_URL>" -e "TRANSCRIPTS_DIR=<your TRANSCRIPTS_DIR>" -e "MLA_TOKEN=<your MLA_TOKEN>" -- npx -y -p meet-live-assist-server meet-live-assist-mcp meet-live-assist-serverReplace each placeholder with your own value before saving.
[mcp_servers.meet-live-assist]
command = "npx"
args = ["-y", "-p", "meet-live-assist-server", "meet-live-assist-mcp", "meet-live-assist-server"]
[mcp_servers.meet-live-assist.env]
MLA_URL = "<your MLA_URL>"
TRANSCRIPTS_DIR = "<your TRANSCRIPTS_DIR>"
MLA_TOKEN = "<your MLA_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meet-live-assist": {
"command": "npx",
"args": [
"-y",
"-p",
"meet-live-assist-server",
"meet-live-assist-mcp",
"meet-live-assist-server"
],
"env": {
"MLA_URL": "<your MLA_URL>",
"TRANSCRIPTS_DIR": "<your TRANSCRIPTS_DIR>",
"MLA_TOKEN": "<your MLA_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meet-live-assist": {
"command": "npx",
"args": [
"-y",
"-p",
"meet-live-assist-server",
"meet-live-assist-mcp",
"meet-live-assist-server"
],
"env": {
"MLA_URL": "<your MLA_URL>",
"TRANSCRIPTS_DIR": "<your TRANSCRIPTS_DIR>",
"MLA_TOKEN": "<your MLA_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"meet-live-assist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"-p",
"meet-live-assist-server",
"meet-live-assist-mcp",
"meet-live-assist-server"
],
"env": {
"MLA_URL": "<your MLA_URL>",
"TRANSCRIPTS_DIR": "<your TRANSCRIPTS_DIR>",
"MLA_TOKEN": "<your MLA_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meet-live-assist": {
"command": "npx",
"args": [
"-y",
"-p",
"meet-live-assist-server",
"meet-live-assist-mcp",
"meet-live-assist-server"
],
"env": {
"MLA_URL": "<your MLA_URL>",
"TRANSCRIPTS_DIR": "<your TRANSCRIPTS_DIR>",
"MLA_TOKEN": "<your MLA_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meet-live-assist": {
"command": "npx",
"args": [
"-y",
"-p",
"meet-live-assist-server",
"meet-live-assist-mcp",
"meet-live-assist-server"
],
"env": {
"MLA_URL": "<your MLA_URL>",
"TRANSCRIPTS_DIR": "<your TRANSCRIPTS_DIR>",
"MLA_TOKEN": "<your MLA_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.krystiangw%2Fmeet-live-assist)<a href="https://mcptoplist.com/server/io.github.krystiangw%2Fmeet-live-assist"><img src="https://mcptoplist.com/badge/io.github.krystiangw%2Fmeet-live-assist.svg" alt="MCP Toplist: Top 25% of 127,763" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
krystiangw
Other servers by krystiangw
View all krystiangw servers →Available versions (1)
| Version | Published |
|---|---|
| 0.7.3 | Aug 12, 2026 |
Frequently asked questions
- Who maintains meet-live-assist?
- meet-live-assist is maintained by krystiangw, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is meet-live-assist listed on the Official MCP Registry?
- Yes — meet-live-assist is listed on the Official MCP Registry, alongside Glama.
- How many versions does meet-live-assist have?
- MCP Toplist tracks 1 version of meet-live-assist, most recently published on Aug 12, 2026.
- Where can I find the source code for meet-live-assist?
- The source code for meet-live-assist is hosted at github.com/krystiangw/meet-live-assist-extension.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.