IF-MCP-Server-for-Microsoft-Teams

microsoft/IF-MCP-Server-for-Microsoft-Teams
★ 4 stars C# 💬 Communication Updated 2mo ago
A demo of deploying an MCP server for use by a bot in Microsoft Teams.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "if-mcp-server-for-mi": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft/IF-MCP-Server-for-Microsoft-Teams"
      ]
    }
  }
}