Back to Home
ohadbenami icon

supabase-mcp-server

by ohadbenami

Overview

Provides a Model Context Protocol (MCP) server to integrate Supabase databases with Claude, enabling CRUD operations, custom SQL queries, and real-time data management.

Installation

Run Command
node server.js

Environment Variables

  • SUPABASE_URL
  • SUPABASE_API_KEY

Security Notes

The `execute_sql` tool allows passing an arbitrary SQL query string. While it relies on a Supabase RPC function (which might be secured on the database side), exposing direct SQL execution to an LLM via an unvalidated string input is a critical security risk for SQL injection and potential full database compromise if the API key used has elevated privileges. The note 'read-only recommended' is not a technical enforcement.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-27

Tags

mcpsupabaseclaudedatabasesql