supabase-community/supabase-mcp
Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.
Quick Start
Clone the repository:
git clone https://github.com/supabase-community/supabase-mcpClaude Desktop configuration example:
{
"mcpServers": {
"supabase-mcp": {
"command": "npx",
"args": [
"-y",
"supabase-community/supabase-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.