Back to MCP Servers
Supabase
Supabase MCP Server with support for SQL query execution and database exploration tools
databases
Installation
npx -y supabase-mcp-serverConfiguration
{
"mcpServers": {
"supabase-mcp-server": {
"command": "npx",
"args": ["-y", "supabase-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes