The Supabase MCP server connects AI assistants directly with your Supabase project, allowing them to manage tables, fetch config, query data, and perform database operations. Uses the official Model Context Protocol standardized connection.
Server Config
{
"mcpServers": {
"supabase": {
"env": {
"MCP_URL": "https://mcp.supabase.com/mcp"
},
"args": [],
"command": "mcp"
}
}
}