Microsoft Teams MCP Server
Server Details
Server URL: https://teams.mintmcp.com/mcp
Available Tools
Tool Descriptions
- list_chats - List 1:1, group, and meeting chats the signed-in user is part of
- list_chat_messages - Read messages in a chat, ordered newest first
- send_chat_message - Send a Markdown / HTML / text message to a chat
- list_joined_teams - List teams the user belongs to
- list_channels - List channels in a team
- list_channel_messages - List top-level messages in a channel
- list_message_replies - List replies in a channel message thread
- send_channel_message - Post a new top-level message in a channel
- reply_to_channel_message - Reply to an existing channel thread
Configuration
Add this configuration to your MCP client settings:
{
"mcpServers": {
"teams": {
"command": "npx",
"args": [
"mcp-remote",
"https://teams.mintmcp.com/mcp"
]
}
}
}
Features
- Browse Teams chats (1:1, group, meeting) and channel messages
- Send chat and channel messages from Markdown, HTML, or plain text
- Reply to existing channel threads
- Pagination for large chat histories and channel feeds
- Rate-limit handling with automatic retry