office-365-mcp-server

hvkshetry/office-365-mcp-server
★ 14 stars JavaScript 💬 Communication Updated 4d ago
A Model Context Protocol (MCP) server for Microsoft 365 integration. Provides 24 consolidated tools for email, calendar, Teams, planner, and notifications through the Microsoft Graph API.
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": {
    "office-365-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "hvkshetry/office-365-mcp-server"
      ]
    }
  }
}