zoom-ai-mcp
Provides tools for audio transcription, transcript summarization, and text translation using Zoom AI Services APIs (Scribe, Summarizer, Translator).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zoom-ai-mcpTranscribe meeting.mp3 and summarize key points"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
zoom-ai-mcp
AIエージェントに「耳」を持たせるMCPサーバーです。Zoom AI Services の3つのAPIをMCPツールとして公開し、Claude などのMCP対応エージェントが音声の文字起こし・翻訳・要約を自律的に行えるようにします。
ツール | 使用API | 機能 |
| Zoom Scribe | 音声/動画ファイル(wav/mp3/m4a/mp4、ローカルパスまたはURL)を文字起こし |
| Zoom Summarizer | 会話テキストを要約(recap / action_items / summary / full_summary) |
| Zoom Translator | 9言語間のテキスト翻訳(4,000字制限は自動チャンク分割で回避) |
セットアップ
Zoom Build でアカウントを作成し、APIキーとシークレットを取得
ビルド:
npm install
npm run buildMCPクライアントに登録(Claude Code の例):
claude mcp add zoom-ai \
-e ZOOM_API_KEY=your_api_key \
-e ZOOM_API_SECRET=your_api_secret \
-- node /path/to/zoom-ai-mcp/dist/index.jsClaude Desktop の場合は claude_desktop_config.json に:
{
"mcpServers": {
"zoom-ai": {
"command": "node",
"args": ["/path/to/zoom-ai-mcp/dist/index.js"],
"env": {
"ZOOM_API_KEY": "your_api_key",
"ZOOM_API_SECRET": "your_api_secret"
}
}
}
}Related MCP server: Zoom API MCP Server
使い方
エージェントに話しかけるだけです:
この会議録音(meeting.mp3)、何が決まったか教えて。英語版のサマリーも欲しい。
エージェントが transcribe_audio → summarize_transcript → translate_text を必要な順序で自律的に呼び出します。
認証について
Zoom Build プラットフォームの認証情報から HS256 の JWT を自前生成して Bearer トークンとして送ります(OAuthフロー不要)。実装は src/zoom.ts の generateJWT() を参照。依存パッケージは @modelcontextprotocol/sdk と zod の2つだけです。
テスト用音声
動作確認には zoom/ai-services-quickstart の sample_data/ にある各言語のサンプル音声(ja-JP_base.wav など)が使えます。ライセンスの関係で本リポジトリには同梱していないので、必要に応じて取得してください。
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rai03k/zoom-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server