This MCP server implementation provides a bridge to the Zoom API for managing cloud recording transcripts. It offers functionality to authenticate with Zoom, retrieve recordings and transcripts, and process transcript data. The server is built using TypeScript and integrates natural language processing capabilities through the 'natural' library. It's designed for use cases requiring AI assistants to analyze or interact with Zoom meeting transcripts, such as summarizing discussions or extracting key information from recorded meetings.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Lists available Zoom meetings with recordings. Parameters: dateRange (object with from and to dates), participant (optional string).
Downloads a transcript for a specific meeting. Parameters: meetingId (string - Meeting ID or UUID).
Downloads transcripts from recent meetings. Parameters: count (integer - Number of recent meetings to fetch, default is 5).
Searches across downloaded transcripts for specific content. Parameters: query (string), dateRange (optional object with from and to dates).