Loading...
Loading...
Database, Edge Functions & backend for Claude
Supabase is the open-source backend platform built on PostgreSQL. Their MCP server lets Claude query databases, manage tables and migrations, deploy Edge Functions, access logs, and generate TypeScript types directly from your schema. Ask Claude to write and run a SQL query, create a migration, or scaffold types for your frontend.
https://mcp.supabase.com/mcpOnce connected, Claude can use these tools automatically when relevant to your task.
execute_sql
Execute SQL queries against your Supabase database
list_tables
List all tables in your database
create_table
Create a new table in your database
alter_table
Alter an existing table schema
list_extensions
List installed PostgreSQL extensions
create_migration
Create a new database migration file
run_migration
Run pending database migrations
generate_types
Generate TypeScript types from your database schema
deploy_edge_function
Deploy an Edge Function to Supabase
get_project_url
Get the API URL for your Supabase project
get_api_keys
Get the API keys for your project
get_logs
Get logs for your Supabase project
list_projects
List all your Supabase projects
get_project
Get details of a specific Supabase project
get_advisors_security
Get security advisor recommendations
get_advisors_performance
Get performance advisor recommendations
manage_storage
Manage storage buckets and objects
list_branches
List database branches for your project
create_branch
Create a new database branch
get_documentation
Search Supabase documentation
Supabase hosts their MCP server at mcp.supabase.com — no packages to install, no local processes. Auth supports dynamic OAuth or a Personal Access Token. Works across Claude.ai, Claude Code, Cursor, and VS Code.