Skip to main content
CommunicationTypeScript

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)

communicationcloud-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
softeria