SB-MCP
If you are the rightful owner of SB-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that allows Claude and other LLMs to interact with Supabase to perform CRUD operations on Postgres tables.
The Supabase MCP Server is designed to facilitate seamless interaction between large language models (LLMs) like Claude and Supabase databases. It provides a robust interface for performing CRUD operations on Postgres tables, making it an essential tool for developers looking to integrate AI capabilities with their database systems. The server supports querying, inserting, updating, and deleting data, as well as listing tables, all through a standardized protocol. With easy installation via npm and configuration through environment variables, the Supabase MCP Server is both accessible and flexible. It also includes specific tools for integration with Claude, ensuring compatibility and efficient communication. The server is built to handle common issues with clear troubleshooting steps, making it a reliable choice for developers.
Features
- Query data with filters
- Insert data
- Update data
- Delete data
- List tables
Tools
queryDatabase
Allows querying of database tables with optional filters and column selection.
insertData
Facilitates the insertion of data into specified tables.
updateData
Enables updating of data in tables based on specified conditions.
deleteData
Permits deletion of data from tables using filter conditions.
listTables
Provides a list of all tables in the database.