Submit

Supabase MCP Server

@Cappahccino

a year ago
developer-tools
Supabase Model Context Protocol (MCP) server for CRUD operations and Edge Functions
Overview

what is Supabase MCP Server?

Supabase MCP Server is a Model Context Protocol (MCP) server that enables Claude and other LLMs to interact with Supabase for performing CRUD operations on Postgres tables and invoking Edge Functions.

how to use Supabase MCP Server?

To use the Supabase MCP Server, clone the repository, install dependencies, configure your Supabase credentials in a .env file, build the project, and start the server. Then, connect it with Claude by adding the server URL in its settings.

key features of Supabase MCP Server?

  • Perform CRUD operations: Query, insert, update, and delete data in Postgres tables.
  • Invoke Edge Functions with payloads.
  • API documentation for easy integration.

use cases of Supabase MCP Server?

  1. Querying user data from a profiles table.
  2. Inserting new products into a products table.
  3. Updating user statuses based on login activity.
  4. Deleting expired sessions from a sessions table.
  5. Invoking Edge Functions for processing payments.

FAQ from Supabase MCP Server?

  • What are the prerequisites to run the Supabase MCP Server?

You need Node.js (v16 or newer), npm or yarn, and a Supabase project with API keys.

  • Is there any security measure in place?

Yes, all endpoints require an API key in the x-api-key header, and the server uses the Supabase service role key for database operations.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.