Ms 365
Freeby MCP Community
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
v0.75.0Added Apr 12, 2026
microsoft365mcpserver
Ms 365 MCP Server
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
Installation
Reviews
Installation
Quick install
npx -y @softeria/ms-365-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"ms-365": {
"command": "npx",
"args": ["-y", "@softeria/ms-365-mcp-server"]
}
}
}