ms365-mcp

currenthandle/ms365-mcp
★ 0 stars Zig 🔌 API Integration Updated today
Lightweight Microsoft 365 MCP server — Teams, Outlook, Calendar
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": {
    "ms365-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "currenthandle/ms365-mcp"
      ]
    }
  }
}