communication

Ms 365 Mcp Server

MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar)

typescript
cloud
communication
0
View on GitHub

Installation

npx -y softeria/ms-365-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "ms-365-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "softeria/ms-365-mcp-server"
  ]
}

About This MCP Server

softeria/ms-365-mcp-server

MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar)

GitHub: https://github.com/softeria/ms-365-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub