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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Lists available Zoom meetings with recordings. Parameters: dateRange (object with 'from' and 'to' dates), participant (optional string for filtering by participant name)
Downloads a transcript for a specific meeting. Parameters: meetingId (string, required ID or UUID of the meeting)
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, required search term), dateRange (optional object with 'from' and 'to' dates)