PulseAugur
EN
LIVE 11:10:43

MCP Server OAuth Update Breaks 3 of 5 Clients

A developer encountered significant issues when implementing OAuth 2.1 for an MCP server, as three out of five client applications failed to connect after the update. The MCP specification was updated in June 2025 to reclassify servers as OAuth 2.1 Resource Servers, requiring them to validate tokens rather than issue them and to advertise the correct authorization server. While the server implementation strictly adhered to the updated spec, including serving protected resource metadata and validating tokens, three clients—VS Code, Cursor, and Claude Code—failed due to discrepancies in handling optional or underspecified aspects of the OAuth handshake, such as loopback redirect URIs, dynamic client registration, and manual client ID rejection. AI

IMPACT Highlights potential interoperability challenges as software protocols evolve, impacting AI-powered tools that rely on them.

RANK_REASON The item describes a technical implementation issue with a specific software protocol and its client integrations, rather than a new product release or significant industry event.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

MCP Server OAuth Update Breaks 3 of 5 Clients

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Ken Imoto ·

    MCP Servers Ship Without OAuth. I Added It and 3 of 5 Clients Broke.

    <p>The honest version of my MCP server's auth story is short: there wasn't any. The server ran over HTTP, anyone who knew the URL could call its tools, and the tools touched a real account. I knew this was bad. I had even written about other people doing it. So I did the responsi…