Share:
About
Read data from your Supabase project — Postgres queries via the Data API, storage buckets, and auth users — with Row Level Security applied. Give the assistant access to your database schema so it can generate accurate, RLS-aware SQL and TypeScript client code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Install Supabase MCP
Server URL
https://mcp.supabase.com/mcpClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.