Supabase
by Supabase (official)
Supabase
8,000294,241/mov0.8.2stdioVerified on npm
Developer ToolsData AnalysisMCP / Integrations
Install & run
Add to claude_desktop_config.json:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
]
}
}
}Overview
Official Supabase MCP server. Manage projects, run SQL, inspect schemas and work with your Postgres database, auth and storage directly from an AI assistant.
Tools (3)
execute_sqlRun SQL on your database
list_tablesList tables
list_projectsList Supabase projects
Key features
- Manage projects
- Run SQL
- Schema and auth access
- Official server
Use cases
- Build apps with an AI agent
- Inspect/seed your DB
- Manage Supabase from chat
Frequently asked questions about Supabase
Use read-only or scoped access tokens; review write operations.
Did you find this helpful?