M
Microsoftgraph Transcript MCP
A remote **Model Context Protocol (MCP)** server that retrieves Microsoft Teams meeting transcripts via the Microsoft Graph API, using delegated **OAuth 2.0 On-Behalf-Of (OBO)** authentication. Designed for integration with **Microsoft Copilot Studio** (via the MCP Wizard), though any MCP-compatible client can connect.
Created 2/18/2026
Updated 7 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-microsoftgraph_transcript_mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"itspecialist111-microsoftgraph-transcript-mcp": {
"command": "npx",
"args": [
"itspecialist111-microsoftgraph-transcript-mcp"
]
}
}
}