Supabase
Projects, database, docs
About Supabase
Supabase is an open source Firebase alternative built around Postgres, auth, storage, edge functions, and project tooling. Its remote MCP server connects assistants to project, database, and documentation context for working with application backends.
Connection details
https://mcp.supabase.com/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add supabase --transport http https://mcp.supabase.com/mcpFrequently asked questions
What is the Supabase remote MCP server?
The Supabase remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.supabase.com/mcp, so AI assistants can connect to it without installing or running anything locally. Supabase is an open source Firebase alternative built around Postgres, auth, storage, edge functions, and project tooling. Its remote MCP server connects assistants to project, database, and documentation context for working with application backends.
How do I connect to the Supabase MCP server?
Add the endpoint https://mcp.supabase.com/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Supabase MCP server require authentication?
Yes. Supabase uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Supabase MCP server use?
Supabase exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.