Msteams
Freeby MCP Community
Microsoft Teams MCP Server - Complete Teams integration for Claude Desktop and MCP clients with secure OAuth2 authentication and comprehensive team management
v1.0.30Added Apr 12, 2026
mcpmicrosoft-teamsteamsoffice365graph-api
Msteams MCP Server
Microsoft Teams MCP Server - Complete Teams integration for Claude Desktop and MCP clients with secure OAuth2 authentication and comprehensive team management
Installation
Reviews
Installation
Quick install
npx -y msteams-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"msteams": {
"command": "npx",
"args": ["-y", "msteams-mcp-server"]
}
}
}