MCP server URL or name
https://mcp.magnific.com
How are you connecting to this server?
From browsing the MCP server directory
Where does the issue occur?
When pressing the Connect button
When did you last reproduce this?
06/07/2026 14H france
Browser and OS
No response
Describe the issue
Subject: MCP OAuth Dynamic Client Registration fails for remote HTTP connector (magnific.com) — ref ofid_027bfef7df1ab3f5
Description:
When trying to authenticate the Magnific MCP connector (https://mcp.magnific.com, HTTP transport) added via claude mcp add, the OAuth flow fails immediately with the error:
"Impossible de s'inscrire auprès du service de connexion de Magnific. Vous pouvez réessayer ou ajouter un identifiant client OAuth dans les paramètres du connecteur."
("Couldn't register with the sign-in service. You can retry or add an OAuth client ID in the connector settings.")
Reference ID: ofid_027bfef7df1ab3f5
Steps to reproduce:
claude mcp add --transport http magnific https://mcp.magnific.com
Start an interactive session, run /mcp
Select magnific to authenticate
Error appears before the browser OAuth screen even loads
Diagnostic already performed:
I verified Magnific's server-side OAuth metadata and registration endpoint directly:
GET https://mcp.magnific.com/.well-known/oauth-authorization-server → 200 OK, correctly advertises registration_endpoint: https://auth.magnific.com/realms/mcp/clients-registrations/openid-connect
POST directly to that registration_endpoint with a minimal DCR payload (redirect_uris, client_name) → 201 Created, so Magnific's Dynamic Client Registration endpoint works correctly when called directly.
This suggests the failure is happening in Claude's own OAuth/DCR client logic (malformed registration request, header issue, redirect handling, etc.), not on Magnific's auth server.
Environment:
macOS (Darwin), hostname lmwr-lap043
Claude Code CLI, connector added via claude mcp add --transport http
Note: I noticed similar error formats (ofid_...) reported against unrelated MCP servers in anthropics/claude-ai-mcp (issue #457) and anthropics/claude-code (issues #11585, #26917, #36307), suggesting this may be a broader bug in Claude's DCR client rather than something specific to Magnific.
Error details
Subject: MCP OAuth Dynamic Client Registration fails for remote HTTP connector (magnific.com) — ref ofid_027bfef7df1ab3f5
Description:
When trying to authenticate the Magnific MCP connector (https://mcp.magnific.com, HTTP transport) added via claude mcp add, the OAuth flow fails immediately with the error:
"Impossible de s'inscrire auprès du service de connexion de Magnific. Vous pouvez réessayer ou ajouter un identifiant client OAuth dans les paramètres du connecteur."
("Couldn't register with the sign-in service. You can retry or add an OAuth client ID in the connector settings.")
Reference ID: ofid_027bfef7df1ab3f5
Steps to reproduce:
claude mcp add --transport http magnific https://mcp.magnific.com
Start an interactive session, run /mcp
Select magnific to authenticate
Error appears before the browser OAuth screen even loads
Diagnostic already performed:
I verified Magnific's server-side OAuth metadata and registration endpoint directly:
GET https://mcp.magnific.com/.well-known/oauth-authorization-server → 200 OK, correctly advertises registration_endpoint: https://auth.magnific.com/realms/mcp/clients-registrations/openid-connect
POST directly to that registration_endpoint with a minimal DCR payload (redirect_uris, client_name) → 201 Created, so Magnific's Dynamic Client Registration endpoint works correctly when called directly.
This suggests the failure is happening in Claude's own OAuth/DCR client logic (malformed registration request, header issue, redirect handling, etc.), not on Magnific's auth server.
Environment:
macOS (Darwin), hostname lmwr-lap043
Claude Code CLI, connector added via claude mcp add --transport http
Note: I noticed similar error formats (ofid_...) reported against unrelated MCP servers in anthropics/claude-ai-mcp (issue [#457](https://github.com/anthropics/claude-ai-mcp/issues/457)) and anthropics/claude-code (issues [#11585](https://github.com/anthropics/claude-code/issues/11585), [#26917](https://github.com/anthropics/claude-code/issues/26917), [#36307](https://github.com/anthropics/claude-code/issues/36307)), suggesting this may be a broader bug in Claude's DCR client rather than something specific to Magnific.
Expected behavior
Subject: MCP OAuth Dynamic Client Registration fails for remote HTTP connector (magnific.com) — ref ofid_027bfef7df1ab3f5
Description:
When trying to authenticate the Magnific MCP connector (https://mcp.magnific.com, HTTP transport) added via claude mcp add, the OAuth flow fails immediately with the error:
"Impossible de s'inscrire auprès du service de connexion de Magnific. Vous pouvez réessayer ou ajouter un identifiant client OAuth dans les paramètres du connecteur."
("Couldn't register with the sign-in service. You can retry or add an OAuth client ID in the connector settings.")
Reference ID: ofid_027bfef7df1ab3f5
Steps to reproduce:
claude mcp add --transport http magnific https://mcp.magnific.com
Start an interactive session, run /mcp
Select magnific to authenticate
Error appears before the browser OAuth screen even loads
Diagnostic already performed:
I verified Magnific's server-side OAuth metadata and registration endpoint directly:
GET https://mcp.magnific.com/.well-known/oauth-authorization-server → 200 OK, correctly advertises registration_endpoint: https://auth.magnific.com/realms/mcp/clients-registrations/openid-connect
POST directly to that registration_endpoint with a minimal DCR payload (redirect_uris, client_name) → 201 Created, so Magnific's Dynamic Client Registration endpoint works correctly when called directly.
This suggests the failure is happening in Claude's own OAuth/DCR client logic (malformed registration request, header issue, redirect handling, etc.), not on Magnific's auth server.
Environment:
macOS (Darwin), hostname lmwr-lap043
Claude Code CLI, connector added via claude mcp add --transport http
Note: I noticed similar error formats (ofid_...) reported against unrelated MCP servers in anthropics/claude-ai-mcp (issue #457) and anthropics/claude-code (issues #11585, #26917, #36307), suggesting this may be a broader bug in Claude's DCR client rather than something specific to Magnific.
Additional context
Subject: MCP OAuth Dynamic Client Registration fails for remote HTTP connector (magnific.com) — ref ofid_027bfef7df1ab3f5
Description:
When trying to authenticate the Magnific MCP connector (https://mcp.magnific.com, HTTP transport) added via claude mcp add, the OAuth flow fails immediately with the error:
"Impossible de s'inscrire auprès du service de connexion de Magnific. Vous pouvez réessayer ou ajouter un identifiant client OAuth dans les paramètres du connecteur."
("Couldn't register with the sign-in service. You can retry or add an OAuth client ID in the connector settings.")
Reference ID: ofid_027bfef7df1ab3f5
Steps to reproduce:
claude mcp add --transport http magnific https://mcp.magnific.com
Start an interactive session, run /mcp
Select magnific to authenticate
Error appears before the browser OAuth screen even loads
Diagnostic already performed:
I verified Magnific's server-side OAuth metadata and registration endpoint directly:
GET https://mcp.magnific.com/.well-known/oauth-authorization-server → 200 OK, correctly advertises registration_endpoint: https://auth.magnific.com/realms/mcp/clients-registrations/openid-connect
POST directly to that registration_endpoint with a minimal DCR payload (redirect_uris, client_name) → 201 Created, so Magnific's Dynamic Client Registration endpoint works correctly when called directly.
This suggests the failure is happening in Claude's own OAuth/DCR client logic (malformed registration request, header issue, redirect handling, etc.), not on Magnific's auth server.
Environment:
macOS (Darwin), hostname lmwr-lap043
Claude Code CLI, connector added via claude mcp add --transport http
Note: I noticed similar error formats (ofid_...) reported against unrelated MCP servers in anthropics/claude-ai-mcp (issue #457) and anthropics/claude-code (issues #11585, #26917, #36307), suggesting this may be a broader bug in Claude's DCR client rather than something specific to Magnific.
MCP server URL or name
https://mcp.magnific.com
How are you connecting to this server?
From browsing the MCP server directory
Where does the issue occur?
When pressing the Connect button
When did you last reproduce this?
06/07/2026 14H france
Browser and OS
No response
Describe the issue
Subject: MCP OAuth Dynamic Client Registration fails for remote HTTP connector (magnific.com) — ref ofid_027bfef7df1ab3f5
Description:
When trying to authenticate the Magnific MCP connector (https://mcp.magnific.com, HTTP transport) added via claude mcp add, the OAuth flow fails immediately with the error:
"Impossible de s'inscrire auprès du service de connexion de Magnific. Vous pouvez réessayer ou ajouter un identifiant client OAuth dans les paramètres du connecteur."
("Couldn't register with the sign-in service. You can retry or add an OAuth client ID in the connector settings.")
Reference ID: ofid_027bfef7df1ab3f5
Steps to reproduce:
claude mcp add --transport http magnific https://mcp.magnific.com
Start an interactive session, run /mcp
Select magnific to authenticate
Error appears before the browser OAuth screen even loads
Diagnostic already performed:
I verified Magnific's server-side OAuth metadata and registration endpoint directly:
GET https://mcp.magnific.com/.well-known/oauth-authorization-server → 200 OK, correctly advertises registration_endpoint: https://auth.magnific.com/realms/mcp/clients-registrations/openid-connect
POST directly to that registration_endpoint with a minimal DCR payload (redirect_uris, client_name) → 201 Created, so Magnific's Dynamic Client Registration endpoint works correctly when called directly.
This suggests the failure is happening in Claude's own OAuth/DCR client logic (malformed registration request, header issue, redirect handling, etc.), not on Magnific's auth server.
Environment:
macOS (Darwin), hostname lmwr-lap043
Claude Code CLI, connector added via claude mcp add --transport http
Note: I noticed similar error formats (ofid_...) reported against unrelated MCP servers in anthropics/claude-ai-mcp (issue #457) and anthropics/claude-code (issues #11585, #26917, #36307), suggesting this may be a broader bug in Claude's DCR client rather than something specific to Magnific.
Error details
Expected behavior
Subject: MCP OAuth Dynamic Client Registration fails for remote HTTP connector (magnific.com) — ref ofid_027bfef7df1ab3f5
Description:
When trying to authenticate the Magnific MCP connector (https://mcp.magnific.com, HTTP transport) added via claude mcp add, the OAuth flow fails immediately with the error:
"Impossible de s'inscrire auprès du service de connexion de Magnific. Vous pouvez réessayer ou ajouter un identifiant client OAuth dans les paramètres du connecteur."
("Couldn't register with the sign-in service. You can retry or add an OAuth client ID in the connector settings.")
Reference ID: ofid_027bfef7df1ab3f5
Steps to reproduce:
claude mcp add --transport http magnific https://mcp.magnific.com
Start an interactive session, run /mcp
Select magnific to authenticate
Error appears before the browser OAuth screen even loads
Diagnostic already performed:
I verified Magnific's server-side OAuth metadata and registration endpoint directly:
GET https://mcp.magnific.com/.well-known/oauth-authorization-server → 200 OK, correctly advertises registration_endpoint: https://auth.magnific.com/realms/mcp/clients-registrations/openid-connect
POST directly to that registration_endpoint with a minimal DCR payload (redirect_uris, client_name) → 201 Created, so Magnific's Dynamic Client Registration endpoint works correctly when called directly.
This suggests the failure is happening in Claude's own OAuth/DCR client logic (malformed registration request, header issue, redirect handling, etc.), not on Magnific's auth server.
Environment:
macOS (Darwin), hostname lmwr-lap043
Claude Code CLI, connector added via claude mcp add --transport http
Note: I noticed similar error formats (ofid_...) reported against unrelated MCP servers in anthropics/claude-ai-mcp (issue #457) and anthropics/claude-code (issues #11585, #26917, #36307), suggesting this may be a broader bug in Claude's DCR client rather than something specific to Magnific.
Additional context
Subject: MCP OAuth Dynamic Client Registration fails for remote HTTP connector (magnific.com) — ref ofid_027bfef7df1ab3f5
Description:
When trying to authenticate the Magnific MCP connector (https://mcp.magnific.com, HTTP transport) added via claude mcp add, the OAuth flow fails immediately with the error:
"Impossible de s'inscrire auprès du service de connexion de Magnific. Vous pouvez réessayer ou ajouter un identifiant client OAuth dans les paramètres du connecteur."
("Couldn't register with the sign-in service. You can retry or add an OAuth client ID in the connector settings.")
Reference ID: ofid_027bfef7df1ab3f5
Steps to reproduce:
claude mcp add --transport http magnific https://mcp.magnific.com
Start an interactive session, run /mcp
Select magnific to authenticate
Error appears before the browser OAuth screen even loads
Diagnostic already performed:
I verified Magnific's server-side OAuth metadata and registration endpoint directly:
GET https://mcp.magnific.com/.well-known/oauth-authorization-server → 200 OK, correctly advertises registration_endpoint: https://auth.magnific.com/realms/mcp/clients-registrations/openid-connect
POST directly to that registration_endpoint with a minimal DCR payload (redirect_uris, client_name) → 201 Created, so Magnific's Dynamic Client Registration endpoint works correctly when called directly.
This suggests the failure is happening in Claude's own OAuth/DCR client logic (malformed registration request, header issue, redirect handling, etc.), not on Magnific's auth server.
Environment:
macOS (Darwin), hostname lmwr-lap043
Claude Code CLI, connector added via claude mcp add --transport http
Note: I noticed similar error formats (ofid_...) reported against unrelated MCP servers in anthropics/claude-ai-mcp (issue #457) and anthropics/claude-code (issues #11585, #26917, #36307), suggesting this may be a broader bug in Claude's DCR client rather than something specific to Magnific.