SB-MCP

SB-MCP

1

Supabase MCP Server is a Model Context Protocol server designed to facilitate CRUD operations on Supabase's Postgres tables. It's compatible with large language models like Claude, providing dedicated transport support to ensure smooth integration.

Supabase MCP Server

A Model Context Protocol (MCP) server enabling interaction with Supabase for CRUD operations on Postgres tables.

Features

  • Query, insert, update, and delete data
  • List tables

Prerequisites

  • Node.js (v16+), npm or yarn
  • Supabase project with API keys

Installation

  • Use npm for global or local installation
  • Alternatively, clone the repository

Configuration

  • Configure with a .env file containing Supabase credentials

Usage

  • Integrate with Claude for specific transport mode
  • Use as standalone server or within Node.js projects

Troubleshooting

  • Common issues include port conflicts, missing environment variables, and JSON parsing errors

Version History

  • 1.0.0 to 1.5.0: Includes initial release, port selection, protocol compatibility fixes, and Claude-specific updates