Official Supabase integration β manage tables, run queries, handle auth, and deploy edge functions
The official Supabase MCP server lets AI assistants directly interact with your Supabase project. Query your database, manage tables, handle authentication, and even deploy Edge Functions β all through natural language. Features: - Execute SQL queries on your Supabase database - Create and alter database tables and schemas - Manage Row Level Security (RLS) policies - List and invoke Edge Functions - Access authentication users and providers - Read and update storage buckets - Inspect database indexes and performance - Generate TypeScript types from your schema - Manage environment variables and project settings Trusted by thousands of developers building full-stack applications with Supabase, this official server is maintained by the Supabase team and stays current with new platform features. Requirements: - Supabase access token (generate at app.supabase.com β Account β Access Tokens) - Your project reference ID
File location: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"supabaseMcpServer": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "sbp_...",
"SUPABASE_PROJECT_REF": "abcdefghijklmnop"
}
}
}If you maintain Supabase MCP Server, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/supabase-mcp-server)