M365 MCP Server

Auth is automatic. The first time you connect, a browser tab opens for Microsoft sign-in. After that it runs silently.

Claude Desktop — claude_desktop_config.json

{
  "mcpServers": {
    "m365": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp-demo.mav-s.com/mcp/m365"]
    }
  }
}

VS Code — .vscode/mcp.json

{
  "servers": {
    "m365": {
      "type": "sse",
      "url": "https://mcp-demo.mav-s.com/mcp/m365"
    }
  }
}

Cursor — MCP Settings

{
  "mcpServers": {
    "m365": {
      "type": "sse",
      "url": "https://mcp-demo.mav-s.com/mcp/m365"
    }
  }
}