supabase-mcp-server
Query MCP is an open-source server that enables end-to-end management of Supabase via a chat interface.
Query MCP allows users to safely run SQL queries, manage schema changes, and interact with the Supabase Management API and Auth Admin SDK. It comes with built-in safety controls to ensure secure operations. Although the official Supabase MCP server is now available and feature-rich, Query MCP offers a unique interface for managing Supabase resources effectively.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"supabase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-supabase-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions