supabase
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-mcpOr with yarn
yarn add supabase-mcpRelated 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