Microsoft 365 MCP server: AADSTS900971 “No reply address provided” on every auth attempt
Resolved 💬 1 comment Opened Jun 2, 2026 by ngotruongdat381 Closed Jun 15, 2026
Summary
Authenticating to the microsoft365 MCP server fails immediately with Azure AD error AADSTS900971: No reply address provided. The OAuth authorization URL generated by the server does include a well-formed redirect_uri, so the issue is on the Azure AD app registration side — it appears to be missing a registered reply URL for loopback clients.
Auth URL:
Server
- MCP server:
https://microsoft365.mcp.claude.com/mcp - Azure AD client ID:
08ad6f98-a4f8-4635-bb8d-f1a3044760f0
Repro
- Run
/mcpin Claude Code and trigger authentication formicrosoft365. - Open the generated
login.microsoftonline.com/common/oauth2/v2.0/authorize?...URL in a browser. - Microsoft returns
AADSTS900971: No reply address providedbefore any redirect occurs.
Impact
The microsoft365 MCP server is unusable — no client-side workaround since the redirect URI list is controlled by Anthropic
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗