Supabase MCP Server
Supabase's official MCP server for managing tables, config and data in your Supabase projects from AI assistants.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Supabase developers who want an agent to inspect schemas, run queries and manage a project.
You'd point it at production data without reading Supabase's security guidance; use read-only and project scoping where possible.
About Supabase MCP Server
Supabase's official MCP server connects Cursor, Claude, Windsurf and other assistants to Supabase projects to manage tables, fetch configuration and query data. The hosted endpoint prompts you to log in, and can be scoped to one project, set read-only and limited to feature groups. Supabase asks users to read its security guidance on the risks of connecting an LLM to a database first.
Supabase MCP Server is an open-source project written primarily in TypeScript, with 2.9k stars on GitHub. It was last updated in September 2026.
Add Supabase MCP Server to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http supabase-mcp https://mcp.supabase.com/mcpCursor
{
"mcpServers": {
"supabase-mcp": {
"url": "https://mcp.supabase.com/mcp"
}
}
}VS Code
{
"servers": {
"supabase-mcp": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}Codex
codex mcp add supabase-mcp --url https://mcp.supabase.com/mcpSupabase MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Supabase MCP Serverthis listing | 2.9k | TypeScript | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
