Bug report
Describe the bug
Unable to add Supabase MCP to Perplexity
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to https://www.perplexity.ai/account/connectors
- Click on
+ Custom Connector
- Set MCP Server URL to
https://mcp.supabase.com/mcp
- Agree to
I understand custom connectors can introduce risks.
- Click
Add
- Click
Enable on the new connector
- See error:
{"message":": Unrecognized key(s) in object: 'actor'"} on the page:
https://api.supabase.com/v1/oauth/authorize?
client_id=<<REDACTED>>&
redirect_uri=<<REDACTED>>&
response_type=code&
state=<<REDACTED>>&
actor=user&
code_challenge=<<REDACTED>>&
code_challenge_method=S256&
scope=organizations%3Aread+projects%3Aread+projects%3Awrite+database%3Awrite+database%3Aread+analytics%3Aread+secrets%3Aread+edge_functions%3Aread+edge_functions%3Awrite+environment%3Aread+environment%3Awrite+storage%3Aread
EASY FIX
Just remove the 'actor' parameter from the URL and it works perfectly
https://api.supabase.com/v1/oauth/authorize?
client_id=<<REDACTED>>&
redirect_uri=<<REDACTED>>&
response_type=code&
state=<<REDACTED>>&
code_challenge=<<REDACTED>>&
code_challenge_method=S256&
scope=organizations%3Aread+projects%3Aread+projects%3Awrite+database%3Awrite+database%3Aread+analytics%3Aread+secrets%3Aread+edge_functions%3Aread+edge_functions%3Awrite+environment%3Aread+environment%3Awrite+storage%3Aread
Expected behavior
Supabase MCP connector works
Bug report
Describe the bug
Unable to add Supabase MCP to Perplexity
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
+ Custom Connectorhttps://mcp.supabase.com/mcpI understand custom connectors can introduce risks.AddEnableon the new connector{"message":": Unrecognized key(s) in object: 'actor'"}on the page:EASY FIX
Just remove the 'actor' parameter from the URL and it works perfectly
Expected behavior
Supabase MCP connector works