claude-desktop-custom-connectors-require-oauth2-no-bearer

Claude Desktop Custom Connectors do NOT support static Bearer token authentication. When a server returns 401, Desktop attempts OAuth 2.0 Dynamic Client Registration by probing /.well-known/oauth-authorization-server, /.well-known/openid-configuration, /oauth/authorize, /oauth/token — if none respond, connection fails with ‘You are not connected yet’. It never sends the Bearer header to the actual MCP endpoint. Only public (no-auth) servers or full OAuth 2.0 servers can be added as Desktop connectors.