Microsoft Teams MCP Server

Server Details

Server URL: https://teams.mintmcp.com/mcp

Available Tools

list_chats
list_chat_messages
send_chat_message
list_joined_teams
list_channels
list_channel_messages
list_message_replies
send_channel_message
reply_to_channel_message

Tool Descriptions

Configuration

Add this configuration to your MCP client settings:

{
  "mcpServers": {
    "teams": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://teams.mintmcp.com/mcp"
      ]
    }
  }
}

Features