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)
Quick Start
Clone the repository:
git clone https://github.com/softeria/ms-365-mcp-serverClaude 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.