
Tl;dv MCP Server for Zoom, Google Meet and MS Teams
@tldv-public
Tl;dv MCP Server for Zoom, Google Meet and MS Teams について
Interact with your meeting data (to list, ask, summarize, extract - virtually anything about your meetings) through Claude’s desktop client across Zoom, Google Meet and MS Teams via tl;dv.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tldv": {
"command": "docker",
"args": [
"run",
"--rm",
"--init",
"-e",
"TLDV_API_KEY=<your-tldv-api-key>",
"tldv-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Tl;dv MCP Server for Zoom, Google Meet and MS Teams?
An MCP server that connects to the tl;dv meeting intelligence platform, enabling AI-driven access to meeting data from Zoom, Google Meet, and Microsoft Teams. It is designed for users of MCP-compatible clients (e.g., Claude Desktop, Cursor) who want to leverage meeting transcripts, summaries, and insights in their AI workflows.
How to use Tl;dv MCP Server for Zoom, Google Meet and MS Teams?
Run the server via Docker (build the image and run with TLDV_API_KEY) or Node.js (install dependencies, build, then point your MCP client to the compiled dist/index.js). Configure your client’s JSON config file (e.g., claude_desktop_config.json) with the server command and environment variable TLDV_API_KEY. After updating the config, kill and restart your MCP client for changes to take effect.
Key features of Tl;dv MCP Server for Zoom, Google Meet and MS Teams
- Connects to tl;dv’s meeting intelligence API
- Supports deployment via Docker or Node.js
- Works with MCP-compatible clients (Claude, Cursor)
- Requires only a tl;dv API key for configuration
Use cases of Tl;dv MCP Server for Zoom, Google Meet and MS Teams
—
FAQ from Tl;dv MCP Server for Zoom, Google Meet and MS Teams
What API key is needed?
A valid tl;dv API key (TLDV_API_KEY) is required. It must be passed as an environment variable in the Docker command or in the MCP client’s env configuration.
How do I install the server?
You can install using Docker (build the image and run it) or Node.js (run npm install and npm run build to produce the server in the dist folder).
Where do I configure the MCP client?
Update your MCP client’s configuration file (e.g., claude_desktop_config.json) with the server command, arguments, and the TLDV_API_KEY environment variable. The exact path and format depend on the client.
How do I restart the client after configuration changes?
You must kill the MCP client process and restart it for the new configuration to be applied.
Is there a development mode?
Yes. Run npm run watch to start the server with auto-reloading. For debugging, set DEBUG=tldv-mcp:* or use Node.js debugging tools (node --inspect).
「コミュニケーション」の他のコンテンツ
slack-mcp-server
ubie-ossA Slack MCP server
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
コメント