01Efficiently discovers Teams meetings using the Calendar API (`/me/calendarView`) and resolves them for transcript retrieval.
02Provides three MCP tools: list recent meetings, retrieve full transcripts, and save transcripts to SharePoint.
03Utilizes delegated OAuth 2.0 On-Behalf-Of (OBO) authentication for all Graph API calls, ensuring user-context-only access.
0416 GitHub stars
05Cleans raw WebVTT transcripts by stripping metadata, merging consecutive speaker lines, and formatting for readability.
06Optimized for Microsoft Copilot Studio integration with OAuth 2.0 wizard support and designed for stateless, scalable deployment.