MCP Servers / database / Supabase MCP Server

Supabase MCP Server

JSON →
nonedatabase

A server for querying and managing data in a Supabase database.

Install
How to run this server
[ { "cmd": "npx tsx", "imports": [] } ]
server path: supabase-mcp-server
Tools
What this server exposes
query
Run a SQL query against the Supabase database
execute
Execute a SQL statement against the Supabase database
list_tables
List all tables in the Supabase database
describe_table
Describe the schema of a specific table
run_sql
Run a SQL query or statement against the Supabase database
Configuration
Environment & auth
authnone
envSUPABASE_URL
envSUPABASE_ANON_KEY
Resources
Supabase MCP Server — MCP Server · libregistry