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.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Supabase MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/alexander-zuev/supabase-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add supabase -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "supabase-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }