Supabase MCP Tools
Supabase exposes 8 tools. Each one has its own page with the configuration for every client that can run this server.
-
list_projectsRead-onlylist projects
-
get_projectRead-onlyget project
-
list_tablesRead-onlylist tables
-
execute_sqlMutatingexecute sql
-
apply_migrationMutatingapply migration
-
get_logsRead-onlyget logs
-
deploy_edge_functiondeploy edge function
-
generate_typescript_typesgenerate typescript types
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.