Communication|Productivity|DevelopmentPython

mcp-teams-server

An MCP server implementation for Microsoft Teams integration.

Free
N/A rating (0 reviews)0 installs366 GitHub stars
MCPMicrosoft Teamsintegration

This server provides capabilities to read messages, create messages, reply to messages, and mention members within Microsoft Teams. It facilitates seamless communication and collaboration through the Model Context Protocol.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-teams-server-1": {
      "args": [
        "mcp-teams-server"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.