Supabase Model Context Protocol icon

Supabase Model Context Protocol

Enables Large Language Models to interact with Supabase databases for CRUD operations.

Acerca de

Supabase Model Context Protocol provides a dedicated server that allows Large Language Models (LLMs) like Claude to directly interact with your Supabase Postgres database. It offers functionalities for querying, inserting, updating, and deleting data, as well as listing available tables. Designed for seamless integration, it simplifies the process of connecting LLMs to your database for dynamic data interactions.

Características Principales

  • Facilitates CRUD operations (Create, Read, Update, Delete) on Supabase Postgres tables.
  • Provides a dedicated binary for Claude integration.
  • Includes JSON-RPC support.
  • Supports querying data with filters.
  • Can be used as a standalone server or integrated into Node.js projects.

Casos de Uso

  • Connecting Claude to a Supabase database for data manipulation.
  • Creating custom data interfaces for LLMs.
  • Building LLM-powered applications that require database interactions.
Supabase MCP: LLM Database CRUD Operations