vexa

vexa is a plugin for Claude Code from Vexa-ai/vexa. Its token cost is not measured, scanned A, original, Apache-2.0.

Send a bot to a Google Meet, Teams or Zoom call and read the transcript, live or after, with speakers labelled. Hosted at api.cloud.vexa.ai, or point it at your own self-hosted Vexa.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest. Also seen: mentions Claude Code.

▶ Real-Time Google Meet Transcription & Translation ⏱️ | Build It in 3 Hours With Cursor and Vexa API Dmitry Grankin: Building Startup In Public · about vexa · on YouTube →
Install in Claude Code
/plugin marketplace add Vexa-ai/vexa/plugin install vexa
About the project

Vexa is an open-source meeting transcription system whose bots join Google Meet, Microsoft Teams, and Zoom calls and stream speaker-labeled transcripts through an API. It is for teams that want meeting transcription and downstream knowledge processing either through hosted services or by running the stack themselves. The catalogue entries provide agents and instructions for working with Vexa.

Vexa-ai/vexa · 2,755 stars · on GitHub · vexa.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Vexa-ai/vexa

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vexa

README.md
[![agentmods](https://agentmods.dev/badge/plugins/vexa-ai/vexa/claude-plugin.svg)](https://agentmods.dev/plugins/vexa-ai/vexa/claude-plugin)
Your own site
<a href="https://agentmods.dev/plugins/vexa-ai/vexa/claude-plugin"><img src="https://agentmods.dev/badge/plugins/vexa-ai/vexa/claude-plugin.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Security

Grade A, and why

vexa scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clients/claude-plugin/.claude-plugin/plugin.json · 35 lines

What it actually says

{
  "name": "vexa",
  "displayName": "Vexa",
  "version": "0.1.0",
  "description": "Send a bot to a Google Meet, Teams or Zoom call and read the transcript, live or after, with speakers labelled. Hosted at api.cloud.vexa.ai, or point it at your own self-hosted Vexa.",
  "author": { "name": "Vexa", "url": "https://github.com/Vexa-ai" },
  "homepage": "https://docs.vexa.ai/vexa-mcp",
  "repository": "https://github.com/Vexa-ai/vexa",
  "license": "Apache-2.0",
  "keywords": ["meetings", "transcription", "google-meet", "microsoft-teams", "zoom", "meeting-bot", "mcp"],
  "userConfig": {
    "vexa_api_key": {
      "type": "string",
      "title": "Vexa API key",
      "description": "From https://vexa.ai/account (hosted) or printed by `make all` on a self-hosted stack. Or open https://vexa.ai/connect and paste the prompt into Claude Code instead of installing this plugin.",
      "sensitive": true,
      "required": true
    },
    "vexa_mcp_url": {
      "type": "string",
      "title": "Vexa MCP URL",
      "description": "Hosted: https://api.cloud.vexa.ai/mcp. Self-hosted: your gateway's /mcp, e.g. http://localhost:18056/mcp.",
      "default": "https://api.cloud.vexa.ai/mcp",
      "required": false
    }
  },
  "mcpServers": {
    "vexa": {
      "type": "http",
      "url": "${user_config.vexa_mcp_url}",
      "headers": { "Authorization": "Bearer ${user_config.vexa_api_key}" }
    }
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 35 lines scan A e73db4663557

Subscribe to this mod's changes

vexa is a plugin published in the GitHub repository Vexa-ai/vexa (2,755 stars, last pushed today), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-07.