
Teams MCP
by floriscornel
Comprehensive Microsoft Teams and Graph API integration for AI assistants to manage chats, channels, and users.
What it does
Connects an AI assistant to the Microsoft Graph API, enabling full interaction with Microsoft Teams. It allows the AI to read and send messages, manage team membership, and handle organizational data within the Teams ecosystem.
Tools
send_channel_message: Sends a message to a team channel with support for mentions and formatting.get_chat_messages: Retrieves message history from a 1:1 or group chat.search_messages: Uses KQL syntax to find messages across all Teams conversations.create_chat: Initiates new 1:1 or group conversations.send_file_to_channel: Uploads and sends files to a specific team channel.get_my_mentions: Quickly finds recent messages where the user was mentioned.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"teams-mcp": {
"command": "npx",
"args": ["-y", "@floriscornel/teams-mcp@latest"]
}
}
}
Supported hosts
- Claude
- Cursor
- VS Code Copilot
Quick install
npx -y @floriscornel/teams-mcp@latestInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






