Connect your Supabase projects to AI assistants
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.
{
"mcpServers": {
"supabase": {
"env": {
"MCP_URL": "https://mcp.supabase.com/mcp"
},
"args": [],
"command": "mcp"
}
}
}MCP_URLhttps://mcp.supabase.com/mcp