Skip to content
Agent Search Engine.

Record · supabase-mcpMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

Supabase developers who want an agent to inspect schemas, run queries and manage a project.

Avoid if

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 CodeRun in your terminal
claude mcp add --transport http supabase-mcp https://mcp.supabase.com/mcp
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "supabase-mcp": {
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "supabase-mcp": {
      "type": "http",
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}
CodexRun in your terminal
codex mcp add supabase-mcp --url https://mcp.supabase.com/mcp

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Supabase MCP Server vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Supabase MCP ServerMCP serverthis listing2.9kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Supabase MCP Server alternatives, compared →