sonance-m365-mcp
v1.1.0
Published
Minimal MCP server for Microsoft 365 - built for Sonance
Maintainers
Readme
Sonance M365 MCP
Connect Claude Desktop to Microsoft 365 — access Outlook, Calendar, Teams, and OneDrive through natural conversation.
Built for Sonance employees.
Quick Start
1. Install Claude Desktop
Download from: https://claude.ai/download
2. Add to Claude Config
Open Claude Desktop → Settings → Developer → Edit Config
{
"mcpServers": {
"sonance-m365": {
"command": "npx",
"args": ["-y", "sonance-m365-mcp"]
}
}
}Save and restart Claude Desktop.
3. Authenticate
Ask Claude: "What's on my calendar?"
- Browser opens automatically
- Cmd+V to paste the code (it's copied for you!)
- Click Continue → Sign in with @sonance.com
- Done!
Features
| Feature | Examples | |---------|----------| | 📧 Email | "Show my recent emails" / "Send an email to..." | | 📅 Calendar | "What's on my calendar?" / "Create a meeting..." | | 📁 Files | "List my OneDrive files" / "Search for quarterly report" | | 💬 Teams | "Show my Teams chats" / "List my teams" | | 🎥 Meetings | "List my online meetings" | | 👤 Profile | "Show my profile info" |
Security
- Only works with @sonance.com accounts (Azure AD tenant restricted)
- Tokens stored locally on your machine only
- Standard Microsoft OAuth — revoke anytime in account settings
Troubleshooting
Server disconnected: Quit Claude Desktop (Cmd+Q) and reopen.
Re-authenticate: Delete ~/.clawdbot/credentials/mcp-microsoft-tokens.json and restart Claude.
Clear cache: Run rm -rf ~/.npm/_npx in Terminal if issues persist.
Built by Sonance Tech & Innovation
