Supabase
Official
🗄️ Data & Files
Manage your Supabase projects with AI. Create and modify tables, run queries, manage database schemas, fetch configs, and interact with your Postgres database through natural language.
Tools (8)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "your-supabase-access-token-here"
}
}
}
}