$ timeahead_
← mcp scores
61
@supabase/mcp-server-postgrest

MCP server for PostgREST

overview

What it does

This MCP server provides Claude with access to PostgREST, a tool that automatically generates a RESTful API layer on top of a PostgreSQL database. The server acts as a bridge between Claude and your PostgREST instance, enabling Claude to query, insert, update, or delete data through your existing REST endpoints. Without a detailed README, the full capabilities are unclear, but the package is maintained by Supabase and licensed, suggesting it handles the core integration between MCP and PostgREST's REST API.

Who it's for

Backend engineers and teams running PostgreSQL with PostgREST already deployed. If you have a PostgREST API standing up a database-backed REST interface and want Claude Code to interact with it—querying data, running analytical reports, or triggering updates—this server is the bridge.

Common use cases

  • Query a Postgres database directly from Claude by describing data in natural language.
  • Build Claude applications that need read or write access to a relational database without writing custom backend code.
  • Generate ad-hoc reports or analytics from Postgres data without leaving Claude.
  • Prototype database-backed features where Claude calls PostgREST endpoints for CRUD operations.

Setup pitfalls

  • Requires a running PostgREST instance and the URL of its API endpoint.
  • PostgREST must be configured with appropriate JWT or API key authentication; you will need to provide credentials or a valid token.
  • Ensure your PostgREST instance is accessible from your Claude environment (network reachability).
  • PostgREST's schema and role-based access control (RBAC) are inherited; Claude will only be able to access tables and operations your configured PostgREST role allows.
install
add to your claude desktop / cursor / windsurf mcp config:
{
  "mcpServers": {
    "supabasemcp-postgrest": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-postgrest"
      ]
    }
  }
}
per-client install guide (claude desktop · cursor · windsurf · vscode · claude code) →
score breakdown
security (35%)100
freshness (25%)30
adoption (20%)38
quality (10%)60
trust (10%)50
score history (9 updates)
4/30/20265/18/2026
raw data
weekly downloads2k
github stars0
forks0
open issues0
license✓ present
readme length0 chars
last updated8h ago
install verified✓ pass · 8d ago
score drop alerts
get notified by email when this server's score drops 5+ points