microsoft365-mcp-server

lucasgfsvd/microsoft365-mcp-server
★ 0 stars TypeScript 📁 File System Updated today
MCP server for Microsoft 365 — Mail, Calendar, Files, Teams, OneNote, Excel, Word, PowerPoint via Microsoft Graph. Alpha.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "microsoft365-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "lucasgfsvd/microsoft365-mcp-server"
      ]
    }
  }
}