Auth is automatic. The first time you connect, a browser tab opens for Microsoft sign-in. After that it runs silently.
claude_desktop_config.json{
"mcpServers": {
"m365": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp-demo.mav-s.com/mcp/m365"]
}
}
}
.vscode/mcp.json{
"servers": {
"m365": {
"type": "sse",
"url": "https://mcp-demo.mav-s.com/mcp/m365"
}
}
}
{
"mcpServers": {
"m365": {
"type": "sse",
"url": "https://mcp-demo.mav-s.com/mcp/m365"
}
}
}