Skip to main content

Supabase logo Supabase

Hosting: Cloud · Category: Data

Database queries, storage, auth, edge functions — full Supabase platform via the official MCP.

Connect

TARX connects directly to the vendor's hosted endpoint with the credential you provide.

FieldRequiredSecretHow to get it
Supabase Personal Access TokenYesYesSupabase dashboard → Account → Access Tokens → Generate new token. Use your PAT (sbp_...) — NOT your project anon key or service role key.

Default tools

These are discovered when you connect (the live set may differ — the server is the source of truth):

  • list_projects
  • execute_sql
  • list_tables
  • list_storage_buckets
  • list_edge_functions
  • get_project_api_keys

Official documentation

https://supabase.com/docs/guides/getting-started/mcp

Setup details can change

The vendor controls how credentials are issued and may change it without notice. If connecting fails, confirm the current steps on the official docs above.