Supabase MCP plugin OAuth fails with "Unrecognized client_id"
Status Open
Reported on v2.1.247
Maintainer reply None cached
Activity 0 comments · opened Aug 27, 2026
Environment
- Claude Code version: 2.1.247
- Plugin:
supabase@supabase-community-supabase-pluginv0.1.15 (MCP server:https://mcp.supabase.com/mcp)
Steps to reproduce
- Install the Supabase plugin via the plugin marketplace.
- Run
/mcpand select the Supabase server to authorize. - Complete the OAuth flow in the browser.
Expected behavior
OAuth completes and the MCP server shows as Connected.
Actual behavior
The browser shows:
{"message":"Unrecognized client_id"}
instead of completing the OAuth authorization.
Troubleshooting already tried
- Disabled a duplicate
supabase@claude-plugins-officialplugin in case of a conflicting registration — no change. - Disabled/re-enabled the
supabase-community-supabase-pluginto force a fresh MCP registration — no change. - Retried in a completely fresh
claudeCLI session/process — same error persists.
This suggests the issue is not local/client-side caching but likely a bug in the plugin's OAuth client registration or on the Supabase MCP OAuth server side.