teams-mcp-server
Verified Safeby bugzy-ai
Overview
This server provides AI assistants with standardized access to Microsoft Teams APIs for messaging and channel operations.
Installation
npx @bugzy-ai/teams-mcp-serverEnvironment Variables
- TEAMS_ACCESS_TOKEN
Security Notes
The server follows good security practices. It uses environment variables for sensitive tokens (TEAMS_ACCESS_TOKEN) and performs strict input validation using Zod schemas for all incoming requests. Tool calls are strictly controlled by a switch statement, preventing arbitrary command execution. No direct eval() or child_process calls are observed. Outgoing network requests are to the legitimate Microsoft Graph API. Errors are caught and logged, preventing sensitive information leaks.
Similar Servers
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
outlook-mcp
Enables AI assistants to interact with Microsoft Outlook for email, calendar, and SharePoint operations through the Microsoft Graph API.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.