Connect your AI agents to Google-Meet, Zoom & Microsoft Teams through tl;dv
Snippets Groups Projects
T
Star 0
Project ID: 68808979
More actions
Created on
April 09, 2025
main
Select Git revision
1 result
Find file
Code
Open in your IDE
Download source code
Download source code
Code
Actions
doc: update readme
Allan Bettarel authored 2 months ago
36a19a04
History
36a19a042 months ago
History
Name | Last commit | Last update |
---|---|---|
scripts | ||
src | ||
.env.example | ||
.gitignore | ||
.gitlab-ci.yml | ||
Dockerfile | ||
README.MD | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.MD
🚀 The First and Only MCP Server for Google Meet, Zoom, and Microsoft Teams Integration
This project provides a Model Context Protocol (MCP) server enabling seamless interaction with the tl;dv API. As the pioneering MCP solution for video conferencing platforms, it unlocks the power of tl;dv's meeting intelligence across Google Meet, Zoom, and Microsoft Teams through a standardized interface. This integration allows AI models and MCP clients to access, analyze, and derive insights from your meetings across all major platforms in one unified way.
You can run this MCP server using either Docker or Node.js. Configure your MCP client (e.g., Claude Desktop, Cursor) to connect to the server.
Go in the repo.
docker build -t tldv-mcp-server .
claude_desktop_config.json
). The exact location and format may vary depending on the client.{
"mcpServers": {
"tldv": {
"command": "docker",
"args": [
"run",
"--rm",
"--init",
"-e",
"TLDV_API_KEY=<your-tldv-api-key>",
"tldv-mcp-server"
],
}
}
}
Replace <your-tldv-api-key>
with your actual tl;dv API key.
npm install
npm run build
This command creates a dist
folder containing the compiled server code (index.js
).
3. **Configure your MCP Client:**Update your MCP client's configuration file.
{
"mcpServers": {
"tldv": {
"command": "node",
"args": ["/absolute/path/to/tldv-mcp-server/dist/index.js"],
"env": {
"TLDV_API_KEY": "your_tldv_api_key"
}
}
}
}
Replace /absolute/path/to/tldv-mcp-server/dist/index.js
with the correct absolute path to the built server file and your_tldv_api_key
with your tl;dv API key.
Refer to your specific MCP client's documentation for detailed setup instructions (e.g., Claude Tools).
Disclaimer Once you are updating this config file, you will need to kill your MCP client and restart it for the changes to be effective.
npm install
cp .env.example .env
Edit the .env
file and add your TLDV_API_KEY
. Other variables can be configured as needed.
3. **Run in development mode:**This command starts the server with auto-reloading on file changes:
npm run watch
/path/to/your/project/dist/index.js
). Ensure the TLDV_API_KEY
is accessible, either through the client's env
configuration or loaded via the .env
file by the server process.npm run dev
for detailed logs. The server uses the debug
library; you can control log levels via environment variables (e.g., DEBUG=tldv-mcp:*
).node --inspect dist/index.js
).The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
integrates with Bluesky API to query and search feeds and posts.
TikTok integration for getting post details and video subtitles
An IMAP Model Context Protocol (MCP) server to expose IMAP operations as tools for AI assistants.
Integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
Send Instagram DMs via your LLM
Integrates with Mailtrap Email API.
Interact with Mailgun API.