Supabase MCP Server
Query Postgres, manage tables, call edge functions.
Official — published by the vendor of the system it connects to.
Inspect your schema, run SQL, manage tables and branches, and invoke edge functions. Supports a read-only flag that blocks writes entirely — the safest way to let an agent explore production data.
Install Supabase MCP Server
Paste this into your MCP client config — Claude Desktop, Claude Code, Cursor, VS Code and Windsurf all read the same shape — then restart the client.
npx -y @supabase/mcp-server-supabase@latestDetails
- Repository
- https://github.com/supabase-community/supabase-mcp
- Homepage
- https://github.com/supabase-community/supabase-mcp
- Category
- Database
- Stars
- 9400
- Installs per month
- 96000
- Last checked
Other Database servers
- Postgres MCP Server — Read-only SQL with schema inspection. Official (Database)
- SQLite MCP Server — Query a local SQLite file directly. Official (Database)
- Redis MCP Server — Get, set and scan keys. (Database)