tldv-mcp-server
0
This project is an MCP server that integrates with tl;dv API to provide meeting intelligence across Google Meet, Zoom, and Microsoft Teams. It offers features like listing meetings, fetching metadata, obtaining transcripts, and AI-generated highlights to streamline meeting analysis.
Overview
🚀 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. It integrates meeting intelligence across Google Meet, Zoom, and Microsoft Teams, allowing access, analysis, and insights from meetings via a unified interface.
Features
- List Meetings: Filter meetings by query, date, status, and type.
- Get Meeting Metadata: Fetch meeting info by ID.
- Get Transcript: Obtain meeting transcripts with consistent formatting.
- Get Highlights: Retrieve AI-generated highlights from meetings.
- Import Meeting: Coming soon feature to import meetings from any platform.
Prerequisites
- tl;dv Account & API Key: Required to use the server.
- Node.js & npm: For Node installation.
- Docker: For Docker installation.
Installation and Configuration
- Using Docker: Build Docker images and configure MCP client settings.
- Using Node.js: Install dependencies, build server, and configure client settings.
Development
- Install dependencies and set up environment variables.
- Run the server in development mode with auto-reloading.
- Update client for local development with new configurations.
Debugging
- Console Logs & Node.js Debugger: Utilize these for debugging server and client.