MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Supabase MCP
Supabase MCP Logo - AI-Powered Development Tool for Cursor IDE

Supabase MCP

Model Context Protocol Integration

Overview

This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST.

View Repository

Supabase Features

  • •HTTP requests to PostgREST server
  • •SQL to REST query conversion
  • •Support for GET, POST, PATCH, DELETE methods
  • •JSON response handling
  • •Schema-aware operations
  • •Authentication support

Supabase Setup & Configuration

Requirements

  • •Supabase project or standalone PostgREST server
  • •API URL endpoint
  • •API key (optional)
  • •Schema name (e.g., public)

Installation Instructions

# NPM Installation
npm i @supabase/mcp-server-postgrest

# Yarn Installation
yarn add @supabase/mcp-server-postgrest

# PNPM Installation
pnpm add @supabase/mcp-server-postgrest

Configuration

# Claude Desktop Configuration
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-postgrest",
        "--apiUrl",
        "https://your-project-ref.supabase.co/rest/v1",
        "--apiKey",
        "your-anon-key",
        "--schema",
        "public"
      ]
    }
  }
}

Supabase Available Tools

  • •postgrestRequest
  • •sqlToRest

Supabase Required Inputs

apiUrl

Type
string
Description
Base URL of PostgREST endpoint
Required
Yes

apiKey

Type
string
Description
API key for authentication
Required
No

schema

Type
string
Description
Postgres schema to serve the API from
Required
Yes

Supabase Use Cases

  • •Database operations through REST API
  • •SQL to REST query conversion
  • •Natural language database interactions
  • •Data manipulation via HTTP methods
  • •Schema-aware database operations
  • •Automated API interactions

Frequently Asked Questions

This is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST.
Supabase project or standalone PostgREST server, API URL endpoint, API key (optional), Schema name (e.g., public)View detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Supabase MCP provides the following tools:

  • •postgrestRequest
  • •sqlToRest

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.