Directory/supabase

supabase

Database

The Supabase MCP server enables AI assistants like Claude to perform CRUD (Create, Read, Update, Delete) operations on a Supabase database. It provides a seamless integration between the AI and the Supabase backend, allowing developers to leverage the power of Supabase's database management features within their AI-powered applications.

Installation Instructions
Get started with supabase in your project

Install via npm

npm install supabase-mcp

Or with yarn

yarn add supabase-mcp

Related Servers

Supabase Admin MCP
Full Supabase administration capabilities. Manage tables, run queries, handle authentication, and monitor your Supabase projects through AI.
@supabase/mcp server supabase
MCP server for interacting with Supabase
@benborla29/mcp server mysql
MCP server for interacting with MySQL databases based on Node