Skip to content

Postgrest

Free

by MCP Community

MCP server for PostgREST

v0.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Postgrest MCP Server

MCP server for PostgREST

Installation

npx -y @supabase/mcp-server-postgrest

Reviews

Leave a Review

Installation

Quick install
npx -y @supabase/mcp-server-postgrest
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgrest": {
      "command": "npx",
      "args": ["-y", "@supabase/mcp-server-postgrest"]
    }
  }
}