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 →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"office-365-mcp-serve": {
"command": "npx",
"args": [
"-y",
"hvkshetry/office-365-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add office-365-mcp-serve npx -y hvkshetry/office-365-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"office-365-mcp-serve": {
"command": "npx",
"args": [
"-y",
"hvkshetry/office-365-mcp-server"
]
}
}
}
📋 Copy