The Supabase MCP server connects LLMs to your Supabase projects. Query tables, inspect schemas, call Edge Functions, manage storage, and more — all through natural language.
Capabilities
- Query tables and views with SQL
- Inspect database schema and relationships
- Call Edge Functions
- Manage Storage buckets and files
- Row-Level Security awareness
- Multi-project support
Usage
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "supabase-mcp-server@latest", "--access-token", "<YOUR_TOKEN>"]
}
}
}
Getting a Token
- Go to supabase.com/dashboard → Account → Access Tokens
- Create a new token
- Use it in the
--access-token flag