mcp-teams-recorder

AlexanderErdelyi/mcp-teams-recorder
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
MCP server for processing Teams recordings — extracts transcript, screenshots, and AI analysis for downstream agents (Azure DevOps, Wiki.js, etc.)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-teams-recorder": {
      "command": "npx",
      "args": [
        "-y",
        "AlexanderErdelyi/mcp-teams-recorder"
      ]
    }
  }
}

README Excerpt

MCP server that processes Teams recordings (SharePoint/Stream URLs or local folders) and returns structured intelligence — transcript, relevant screenshots, AI analysis — for use by downstream agents and skills. **This MCP is an intelligence extraction layer, not an action layer.** It never creates work items or documents. Other tools (Azure DevOps MCP, Wiki.js MCP, ADO skills) consume its output.

Tools (14)

RecordingAnalysisannotate_screenshotget_full_transcriptget_recording_analysisinject_transcriptlist_recordingslocate_ui_elementsprocess_recording_folderprocess_recording_urlsmart_annotate_screenshotsummarize_for_bug_reportsummarize_for_documentationsummarize_for_feedbacksummarize_for_user_story