Supabase for Cursor
com.supabase/mcp-server-supabase
Manage Supabase projects from an agent: run SQL, inspect schemas, apply migrations, read logs and deploy edge functions. Scope it to one project and read-only mode where you can.
client:Cursor
transport:stdio
runtime:npm
tools:8
Install Supabase in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-supabase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<SUPABASE_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs