Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
{
"mcpServers": {
"supabase": {
"env": {
"QUERY_API_KEY": "your-api-key",
"SUPABASE_REGION": "us-east-1",
"SUPABASE_DB_PASSWORD": "your-db-password",
"SUPABASE_PROJECT_REF": "your-project-ref",
"SUPABASE_ACCESS_TOKEN": "your-access-token",
"SUPABASE_SERVICE_ROLE_KEY": "your-service-role-key"
},
"command": "/Users/username/.local/bin/supabase-mcp-server"
}
}
}Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Is it safe?
No known CVEs for supabase-mcp-server.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 190 days ago. 816 stars.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
4 tools. ~200 tokens (0.1% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx supabase-mcp-server 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
execute_queryExecute SQL queries against Supabase database with safety controls and risk assessment
manage_schemaManage schema changes with automatic versioning
call_management_apiCall the Supabase Management API to manage projects
auth_admin_methodsManage users with Supabase Auth Admin SDK
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.