Back to directory
T

tldv

@tldv0

Provides a Model Context Protocol (MCP) server for seamless interaction with the tl;dv API, enabling AI models and MCP clients to access, analyze, and derive insights from meetings across Google Meet, Zoom, and Microsoft Teams.

meetingvideo conferencingtranscripthighlightstl;dvcontext

Installation & Configuration

{
  "mcpServers": {
    "tldv": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "--init",
        "-e",
        "TLDV_API_KEY=<your-tldv-api-key>",
        "tldv-mcp-server"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/7/31
Updated
2025/7/31