Best for
- Developers and teams using Supabase
- Users wanting to integrate AI into database workflows
Official server, feature-rich, but requires careful permission and risk management.
The Supabase MCP Server is an official MCP server that enables AI assistants like Cursor, Claude, and Windsurf to interact with the Supabase platform through the Model Context Protocol. It provides tools for managing tables, fetching configuration, querying data, and more. It supports both remote hosted and local CLI environments, with OAuth 2.1 for remote access and read-only mode options.
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}